Html Css Color HEX #FECC67 Grandis

📋 copy color: '#FECC67'

red 254 ◦ green 204 ◦ blue 103

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

Shades of Grandis #FECC67

Tints of Grandis #FECC67

RGB

 RED value IS 254 (99.61% from 255) = 45.28%

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

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

R = 45.28%
G = 36.36%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FECC67 (or 0xFECC67) is known color: Grandis. HEX triplet: FE, CC and 67. RGB value is (254,204,103). Sum of RGB (Red+Green+Blue) = 254+204+103=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC67 is #013398. Grayscale: #CFCFCF. Windows color (decimal): -78745 or 6802686. OLE color: 6802686.

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

Color convert

RGB 254 204 103 -
CMYK 0 0.20 0.59 0.00
HSL 40.13º 0.99% 0.7% -
HSV(B) 40.13º 0.59% 1% -
XYZ 64.91 65.24 22 -
YUV 207.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 254 204 103 0 0.20 0.59 0.00 40.13 0.99 0.7
Hex FE CC 67 0 14 3B 0 28 63 46
Octal 376 314 147 0 24 73 0 50 143 106
Binary 11111110 11001100 1100111 0 10100 111011 0 101000 1100011 1000110

Color Harmonies of #FECC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC67

Black with #FECC67

Text Example


Text Example

White with #FECC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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