Html Css Color HEX #FFAD6B Rajah

📋 copy color: '#FFAD6B'

red 255 ◦ green 173 ◦ blue 107

#FFAD6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rajah #FFAD6B

Tints of Rajah #FFAD6B

RGB

 RED value IS 255 (100% from 255) = 47.66%

 GREEN value IS 173 (67.97% from 255) = 32.34%

 BLUE value IS 107 (42.19% from 255) = 20%

R = 47.66%
G = 32.34%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFAD6B (or 0xFFAD6B) is known color: Rajah. HEX triplet: FF, AD and 6B. RGB value is (255,173,107). Sum of RGB (Red+Green+Blue) = 255+173+107=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD6B is #005294. Grayscale: #BEBEBE. Windows color (decimal): -21141 or 7056895. OLE color: 7056895.

HSL color Cylindrical-coordinate representation of color #FFAD6B: hue angle of 26.76º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFAD6B is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 173 107 -
CMYK 0 0.32 0.58 0
HSL 26.76º 1% 0.71% -
HSV(B) 26.76º 0.58% 1% -
XYZ 58.84 52.21 20.89 -
YUV 189.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 255 173 107 0 0.32 0.58 0 26.76 1 0.71
Hex FF AD 6B 0 20 3A 0 1B 64 47
Octal 377 255 153 0 40 72 0 33 144 107
Binary 11111111 10101101 1101011 0 100000 111010 0 11011 1100100 1000111

Color Harmonies of #FFAD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD6B

Black with #FFAD6B

Text Example


Text Example

White with #FFAD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD6B; }

 p { color: rgb(255,173,107); }

 H1.HeaderClassName
 {
   color: #FFAD6B;
 }
 .AnyTagClassName
 {
   color: #FFAD6B;
 }
</style>

background-color css

<style>
 a { background-color: #FFAD6B; }

 a { background-color: rgb(255,173,107); }

 div.DivClassName
 {
   background-color: #FFAD6B;
 }
 .BgClassName
 {
   background-color: #FFAD6B;
 }
</style>

border-color css

<style>
 span { border-color: #FFAD6B; }

 span { border-color: rgb(255,173,107); }

 td.TdClassName
 {
   border-color: #FFAD6B;
 }
 .TagClassName
 {
   border-color: #FFAD6B;
 }
</style>