Html Css Color HEX #FCC167 Grandis

📋 copy color: '#FCC167'

red 252 ◦ green 193 ◦ blue 103

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

Shades of Grandis #FCC167

Tints of Grandis #FCC167

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.22%

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

R = 45.99%
G = 35.22%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCC167 (or 0xFCC167) is known color: Grandis. HEX triplet: FC, C1 and 67. RGB value is (252,193,103). Sum of RGB (Red+Green+Blue) = 252+193+103=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC167 is #033E98. Grayscale: #C8C8C8. Windows color (decimal): -212633 or 6799868. OLE color: 6799868.

HSL color Cylindrical-coordinate representation of color #FCC167: hue angle of 36.24º 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 #FCC167 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 193 103 -
CMYK 0 0.23 0.59 0.01
HSL 36.24º 0.96% 0.7% -
HSV(B) 36.24º 0.59% 0.99% -
XYZ 61.66 59.81 21.13 -
YUV 200.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 252 193 103 0 0.23 0.59 0.01 36.24 0.96 0.7
Hex FC C1 67 0 17 3B 1 24 60 46
Octal 374 301 147 0 27 73 1 44 140 106
Binary 11111100 11000001 1100111 0 10111 111011 1 100100 1100000 1000110

Color Harmonies of #FCC167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC167

Black with #FCC167

Text Example


Text Example

White with #FCC167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC167; }

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

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

background-color css

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

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

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

border-color css

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

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

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