Html Css Color HEX #FFCB66 Grandis

📋 copy color: '#FFCB66'

red 255 ◦ green 203 ◦ blue 102

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

Shades of Grandis #FFCB66

Tints of Grandis #FFCB66

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.25%

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

R = 45.54%
G = 36.25%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFCB66 (or 0xFFCB66) is known color: Grandis. HEX triplet: FF, CB and 66. RGB value is (255,203,102). Sum of RGB (Red+Green+Blue) = 255+203+102=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB66 is #003499. Grayscale: #CFCFCF. Windows color (decimal): -13466 or 6736895. OLE color: 6736895.

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

Color convert

RGB 255 203 102 -
CMYK 0 0.20 0.6 0
HSL 39.61º 1% 0.7% -
HSV(B) 39.61º 0.6% 1% -
XYZ 64.99 64.93 21.68 -
YUV 207.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 255 203 102 0 0.20 0.6 0 39.61 1 0.7
Hex FF CB 66 0 14 3C 0 28 64 46
Octal 377 313 146 0 24 74 0 50 144 106
Binary 11111111 11001011 1100110 0 10100 111100 0 101000 1100100 1000110

Color Harmonies of #FFCB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB66

Black with #FFCB66

Text Example


Text Example

White with #FFCB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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