Html Css Color HEX #FCCC67 Grandis

📋 copy color: '#FCCC67'

red 252 ◦ green 204 ◦ blue 103

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

Shades of Grandis #FCCC67

Tints of Grandis #FCCC67

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.49%

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

R = 45.08%
G = 36.49%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCCC67 (or 0xFCCC67) is known color: Grandis. HEX triplet: FC, CC and 67. RGB value is (252,204,103). Sum of RGB (Red+Green+Blue) = 252+204+103=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 103 (40.62% from 255 or 18.43% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC67 is #033398. Grayscale: #CFCFCF. Windows color (decimal): -209817 or 6802684. OLE color: 6802684.

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

Color convert

RGB 252 204 103 -
CMYK 0 0.19 0.59 0.01
HSL 40.67º 0.96% 0.7% -
HSV(B) 40.67º 0.59% 0.99% -
XYZ 64.19 64.86 21.97 -
YUV 206.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 252 204 103 0 0.19 0.59 0.01 40.67 0.96 0.7
Hex FC CC 67 0 13 3B 1 29 60 46
Octal 374 314 147 0 23 73 1 51 140 106
Binary 11111100 11001100 1100111 0 10011 111011 1 101001 1100000 1000110

Color Harmonies of #FCCC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC67

Black with #FCCC67

Text Example


Text Example

White with #FCCC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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