Html Css Color HEX #FECF78 Grandis

📋 copy color: '#FECF78'

red 254 ◦ green 207 ◦ blue 120

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

Shades of Grandis #FECF78

Tints of Grandis #FECF78

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.63%

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

R = 43.72%
G = 35.63%
B = 20.65%

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

#FECF78 (or 0xFECF78) is known color: Grandis. HEX triplet: FE, CF and 78. RGB value is (254,207,120). Sum of RGB (Red+Green+Blue) = 254+207+120=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF78 is #013087. Grayscale: #D3D3D3. Windows color (decimal): -77960 or 7917566. OLE color: 7917566.

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

Color convert

RGB 254 207 120 -
CMYK 0 0.19 0.53 0.00
HSL 38.96º 0.99% 0.73% -
HSV(B) 38.96º 0.53% 1% -
XYZ 66.58 67.05 27.2 -
YUV 211.14 76.57 158.57 -
System Red Green Blue C M Y K H S L
Decimal 254 207 120 0 0.19 0.53 0.00 38.96 0.99 0.73
Hex FE CF 78 0 13 35 0 27 63 49
Octal 376 317 170 0 23 65 0 47 143 111
Binary 11111110 11001111 1111000 0 10011 110101 0 100111 1100011 1001001

Color Harmonies of #FECF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF78

Black with #FECF78

Text Example


Text Example

White with #FECF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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