Html Css Color HEX #FCD067 Grandis

📋 copy color: '#FCD067'

red 252 ◦ green 208 ◦ blue 103

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

Shades of Grandis #FCD067

Tints of Grandis #FCD067

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.94%

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

R = 44.76%
G = 36.94%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCD067 (or 0xFCD067) is known color: Grandis. HEX triplet: FC, D0 and 67. RGB value is (252,208,103). Sum of RGB (Red+Green+Blue) = 252+208+103=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD067 is #032F98. Grayscale: #D1D1D1. Windows color (decimal): -208793 or 6803708. OLE color: 6803708.

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

Color convert

RGB 252 208 103 -
CMYK 0 0.17 0.59 0.01
HSL 42.28º 0.96% 0.7% -
HSV(B) 42.28º 0.59% 0.99% -
XYZ 65.15 66.79 22.29 -
YUV 209.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 252 208 103 0 0.17 0.59 0.01 42.28 0.96 0.7
Hex FC D0 67 0 11 3B 1 2A 60 46
Octal 374 320 147 0 21 73 1 52 140 106
Binary 11111100 11010000 1100111 0 10001 111011 1 101010 1100000 1000110

Color Harmonies of #FCD067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD067

Black with #FCD067

Text Example


Text Example

White with #FCD067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD067; }

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

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

background-color css

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

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

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

border-color css

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

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

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