Html Css Color HEX #FECA70 Grandis

📋 copy color: '#FECA70'

red 254 ◦ green 202 ◦ blue 112

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

Shades of Grandis #FECA70

Tints of Grandis #FECA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.56%

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

R = 44.72%
G = 35.56%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FECA70 (or 0xFECA70) is known color: Grandis. HEX triplet: FE, CA and 70. RGB value is (254,202,112). Sum of RGB (Red+Green+Blue) = 254+202+112=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA70 is #01358F. Grayscale: #CFCFCF. Windows color (decimal): -79248 or 7391998. OLE color: 7391998.

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

Color convert

RGB 254 202 112 -
CMYK 0 0.20 0.56 0.00
HSL 38.03º 0.99% 0.72% -
HSV(B) 38.03º 0.56% 1% -
XYZ 64.92 64.48 24.35 -
YUV 207.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 254 202 112 0 0.20 0.56 0.00 38.03 0.99 0.72
Hex FE CA 70 0 14 38 0 26 63 48
Octal 376 312 160 0 24 70 0 46 143 110
Binary 11111110 11001010 1110000 0 10100 111000 0 100110 1100011 1001000

Color Harmonies of #FECA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA70

Black with #FECA70

Text Example


Text Example

White with #FECA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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