Html Css Color HEX #FCC267 Grandis

📋 copy color: '#FCC267'

red 252 ◦ green 194 ◦ blue 103

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

Shades of Grandis #FCC267

Tints of Grandis #FCC267

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.34%

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

R = 45.9%
G = 35.34%
B = 18.76%

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

#FCC267 (or 0xFCC267) is known color: Grandis. HEX triplet: FC, C2 and 67. RGB value is (252,194,103). Sum of RGB (Red+Green+Blue) = 252+194+103=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC267 is #033D98. Grayscale: #C9C9C9. Windows color (decimal): -212377 or 6800124. OLE color: 6800124.

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

Color convert

RGB 252 194 103 -
CMYK 0 0.23 0.59 0.01
HSL 36.64º 0.96% 0.7% -
HSV(B) 36.64º 0.59% 0.99% -
XYZ 61.88 60.26 21.2 -
YUV 200.97 72.72 164.4 -
System Red Green Blue C M Y K H S L
Decimal 252 194 103 0 0.23 0.59 0.01 36.64 0.96 0.7
Hex FC C2 67 0 17 3B 1 25 60 46
Octal 374 302 147 0 27 73 1 45 140 106
Binary 11111100 11000010 1100111 0 10111 111011 1 100101 1100000 1000110

Color Harmonies of #FCC267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC267

Black with #FCC267

Text Example


Text Example

White with #FCC267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC267; }

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

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

background-color css

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

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

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

border-color css

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

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

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