Html Css Color HEX #FECC6A Grandis

📋 copy color: '#FECC6A'

red 254 ◦ green 204 ◦ blue 106

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

Shades of Grandis #FECC6A

Tints of Grandis #FECC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.79%

R = 45.04%
G = 36.17%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FECC6A (or 0xFECC6A) is known color: Grandis. HEX triplet: FE, CC and 6A. RGB value is (254,204,106). Sum of RGB (Red+Green+Blue) = 254+204+106=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC6A is #013395. Grayscale: #D0D0D0. Windows color (decimal): -78742 or 6999294. OLE color: 6999294.

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

Color convert

RGB 254 204 106 -
CMYK 0 0.20 0.58 0.00
HSL 39.73º 0.99% 0.71% -
HSV(B) 39.73º 0.58% 1% -
XYZ 65.07 65.3 22.81 -
YUV 207.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 254 204 106 0 0.20 0.58 0.00 39.73 0.99 0.71
Hex FE CC 6A 0 14 3A 0 28 63 47
Octal 376 314 152 0 24 72 0 50 143 107
Binary 11111110 11001100 1101010 0 10100 111010 0 101000 1100011 1000111

Color Harmonies of #FECC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC6A

Black with #FECC6A

Text Example


Text Example

White with #FECC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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