Html Css Color HEX #FFB666 Rajah

📋 copy color: '#FFB666'

red 255 ◦ green 182 ◦ blue 102

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

Shades of Rajah #FFB666

Tints of Rajah #FFB666

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.77%

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

R = 47.31%
G = 33.77%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFB666 (or 0xFFB666) is known color: Rajah. HEX triplet: FF, B6 and 66. RGB value is (255,182,102). Sum of RGB (Red+Green+Blue) = 255+182+102=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB666 is #004999. Grayscale: #C3C3C3. Windows color (decimal): -18842 or 6731519. OLE color: 6731519.

HSL color Cylindrical-coordinate representation of color #FFB666: hue angle of 31.37º 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 #FFB666 is Cyan = 0, Magento = 0.29, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB 255 182 102 -
CMYK 0 0.29 0.6 0
HSL 31.37º 1% 0.7% -
HSV(B) 31.37º 0.6% 1% -
XYZ 60.37 55.68 20.14 -
YUV 194.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 255 182 102 0 0.29 0.6 0 31.37 1 0.7
Hex FF B6 66 0 1D 3C 0 1F 64 46
Octal 377 266 146 0 35 74 0 37 144 106
Binary 11111111 10110110 1100110 0 11101 111100 0 11111 1100100 1000110

Color Harmonies of #FFB666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB666

Black with #FFB666

Text Example


Text Example

White with #FFB666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB666; }

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

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

background-color css

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

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

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

border-color css

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

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

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