Html Css Color HEX #FFB866 Rajah

📋 copy color: '#FFB866'

red 255 ◦ green 184 ◦ blue 102

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

Shades of Rajah #FFB866

Tints of Rajah #FFB866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.01%

 BLUE value IS 102 (40.23% from 255) = 18.85%

R = 47.13%
G = 34.01%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFB866 (or 0xFFB866) is known color: Rajah. HEX triplet: FF, B8 and 66. RGB value is (255,184,102). Sum of RGB (Red+Green+Blue) = 255+184+102=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB866 is #004799. Grayscale: #C4C4C4. Windows color (decimal): -18330 or 6732031. OLE color: 6732031.

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

Color convert

RGB 255 184 102 -
CMYK 0 0.28 0.6 0
HSL 32.16º 1% 0.7% -
HSV(B) 32.16º 0.6% 1% -
XYZ 60.78 56.5 20.27 -
YUV 195.88 75.02 170.17 -
System Red Green Blue C M Y K H S L
Decimal 255 184 102 0 0.28 0.6 0 32.16 1 0.7
Hex FF B8 66 0 1C 3C 0 20 64 46
Octal 377 270 146 0 34 74 0 40 144 106
Binary 11111111 10111000 1100110 0 11100 111100 0 100000 1100100 1000110

Color Harmonies of #FFB866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB866

Black with #FFB866

Text Example


Text Example

White with #FFB866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB866; }

 p { color: rgb(255,184,102); }

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

background-color css

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

 a { background-color: rgb(255,184,102); }

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

border-color css

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

 span { border-color: rgb(255,184,102); }

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