Html Css Color HEX #FFCF66 Grandis

📋 copy color: '#FFCF66'

red 255 ◦ green 207 ◦ blue 102

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

Shades of Grandis #FFCF66

Tints of Grandis #FFCF66

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.7%

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

R = 45.21%
G = 36.7%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFCF66 (or 0xFFCF66) is known color: Grandis. HEX triplet: FF, CF and 66. RGB value is (255,207,102). Sum of RGB (Red+Green+Blue) = 255+207+102=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 102 (40.23% from 255 or 18.09% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF66 is #003099. Grayscale: #D1D1D1. Windows color (decimal): -12442 or 6737919. OLE color: 6737919.

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

Color convert

RGB 255 207 102 -
CMYK 0 0.19 0.6 0
HSL 41.18º 1% 0.7% -
HSV(B) 41.18º 0.6% 1% -
XYZ 65.95 66.84 22 -
YUV 209.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 255 207 102 0 0.19 0.6 0 41.18 1 0.7
Hex FF CF 66 0 13 3C 0 29 64 46
Octal 377 317 146 0 23 74 0 51 144 106
Binary 11111111 11001111 1100110 0 10011 111100 0 101001 1100100 1000110

Color Harmonies of #FFCF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF66

Black with #FFCF66

Text Example


Text Example

White with #FFCF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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