Html Css Color HEX #FECE78 Grandis

📋 copy color: '#FECE78'

red 254 ◦ green 206 ◦ blue 120

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

Shades of Grandis #FECE78

Tints of Grandis #FECE78

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

 BLUE value IS 120 (47.27% from 255) = 20.69%

R = 43.79%
G = 35.52%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FECE78 (or 0xFECE78) is known color: Grandis. HEX triplet: FE, CE and 78. RGB value is (254,206,120). Sum of RGB (Red+Green+Blue) = 254+206+120=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 120 (47.27% from 255 or 20.69% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE78 is #013187. Grayscale: #D2D2D2. Windows color (decimal): -78216 or 7917310. OLE color: 7917310.

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

Color convert

RGB 254 206 120 -
CMYK 0 0.19 0.53 0.00
HSL 38.51º 0.99% 0.73% -
HSV(B) 38.51º 0.53% 1% -
XYZ 66.33 66.57 27.12 -
YUV 210.55 76.9 158.99 -
System Red Green Blue C M Y K H S L
Decimal 254 206 120 0 0.19 0.53 0.00 38.51 0.99 0.73
Hex FE CE 78 0 13 35 0 27 63 49
Octal 376 316 170 0 23 65 0 47 143 111
Binary 11111110 11001110 1111000 0 10011 110101 0 100111 1100011 1001001

Color Harmonies of #FECE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE78

Black with #FECE78

Text Example


Text Example

White with #FECE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE78; }

 p { color: rgb(254,206,120); }

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

background-color css

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

 a { background-color: rgb(254,206,120); }

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

border-color css

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

 span { border-color: rgb(254,206,120); }

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