Html Css Color HEX #FECF70 Grandis

📋 copy color: '#FECF70'

red 254 ◦ green 207 ◦ blue 112

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

Shades of Grandis #FECF70

Tints of Grandis #FECF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.55%

R = 44.33%
G = 36.13%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FECF70 (or 0xFECF70) is known color: Grandis. HEX triplet: FE, CF and 70. RGB value is (254,207,112). Sum of RGB (Red+Green+Blue) = 254+207+112=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF70 is #01308F. Grayscale: #D2D2D2. Windows color (decimal): -77968 or 7393278. OLE color: 7393278.

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

Color convert

RGB 254 207 112 -
CMYK 0 0.19 0.56 0.00
HSL 40.14º 0.99% 0.72% -
HSV(B) 40.14º 0.56% 1% -
XYZ 66.11 66.87 24.75 -
YUV 210.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 254 207 112 0 0.19 0.56 0.00 40.14 0.99 0.72
Hex FE CF 70 0 13 38 0 28 63 48
Octal 376 317 160 0 23 70 0 50 143 110
Binary 11111110 11001111 1110000 0 10011 111000 0 101000 1100011 1001000

Color Harmonies of #FECF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF70

Black with #FECF70

Text Example


Text Example

White with #FECF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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