Html Css Color HEX #FFBF66 Rajah

📋 copy color: '#FFBF66'

red 255 ◦ green 191 ◦ blue 102

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

Shades of Rajah #FFBF66

Tints of Rajah #FFBF66

RGB

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

 GREEN value IS 191 (75% from 255) = 34.85%

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

R = 46.53%
G = 34.85%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFBF66 (or 0xFFBF66) is known color: Rajah. HEX triplet: FF, BF and 66. RGB value is (255,191,102). Sum of RGB (Red+Green+Blue) = 255+191+102=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF66 is #004099. Grayscale: #C8C8C8. Windows color (decimal): -16538 or 6733823. OLE color: 6733823.

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

Color convert

RGB 255 191 102 -
CMYK 0 0.25 0.6 0
HSL 34.9º 1% 0.7% -
HSV(B) 34.9º 0.6% 1% -
XYZ 62.27 59.48 20.77 -
YUV 199.99 72.7 167.24 -
System Red Green Blue C M Y K H S L
Decimal 255 191 102 0 0.25 0.6 0 34.9 1 0.7
Hex FF BF 66 0 19 3C 0 23 64 46
Octal 377 277 146 0 31 74 0 43 144 106
Binary 11111111 10111111 1100110 0 11001 111100 0 100011 1100100 1000110

Color Harmonies of #FFBF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF66

Black with #FFBF66

Text Example


Text Example

White with #FFBF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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