Html Css Color HEX #FCC067 Grandis

📋 copy color: '#FCC067'

red 252 ◦ green 192 ◦ blue 103

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

Shades of Grandis #FCC067

Tints of Grandis #FCC067

RGB

 RED value IS 252 (98.83% from 255) = 46.07%

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 103 (40.63% from 255) = 18.83%

R = 46.07%
G = 35.1%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCC067 (or 0xFCC067) is known color: Grandis. HEX triplet: FC, C0 and 67. RGB value is (252,192,103). Sum of RGB (Red+Green+Blue) = 252+192+103=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC067 is #033F98. Grayscale: #C8C8C8. Windows color (decimal): -212889 or 6799612. OLE color: 6799612.

HSL color Cylindrical-coordinate representation of color #FCC067: hue angle of 35.84º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCC067 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 103 -
CMYK 0 0.24 0.59 0.01
HSL 35.84º 0.96% 0.7% -
HSV(B) 35.84º 0.59% 0.99% -
XYZ 61.44 59.37 21.05 -
YUV 199.79 73.38 165.24 -
System Red Green Blue C M Y K H S L
Decimal 252 192 103 0 0.24 0.59 0.01 35.84 0.96 0.7
Hex FC C0 67 0 18 3B 1 24 60 46
Octal 374 300 147 0 30 73 1 44 140 106
Binary 11111100 11000000 1100111 0 11000 111011 1 100100 1100000 1000110

Color Harmonies of #FCC067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC067

Black with #FCC067

Text Example


Text Example

White with #FCC067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC067; }

 p { color: rgb(252,192,103); }

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

background-color css

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

 a { background-color: rgb(252,192,103); }

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

border-color css

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

 span { border-color: rgb(252,192,103); }

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