Html Css Color HEX #FECA72 Grandis

📋 copy color: '#FECA72'

red 254 ◦ green 202 ◦ blue 114

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

Shades of Grandis #FECA72

Tints of Grandis #FECA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20%

R = 44.56%
G = 35.44%
B = 20%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FECA72 (or 0xFECA72) is known color: Grandis. HEX triplet: FE, CA and 72. RGB value is (254,202,114). Sum of RGB (Red+Green+Blue) = 254+202+114=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA72 is #01358D. Grayscale: #CFCFCF. Windows color (decimal): -79246 or 7523070. OLE color: 7523070.

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

Color convert

RGB 254 202 114 -
CMYK 0 0.20 0.55 0.00
HSL 37.71º 0.99% 0.72% -
HSV(B) 37.71º 0.55% 1% -
XYZ 65.03 64.53 24.95 -
YUV 207.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 254 202 114 0 0.20 0.55 0.00 37.71 0.99 0.72
Hex FE CA 72 0 14 37 0 26 63 48
Octal 376 312 162 0 24 67 0 46 143 110
Binary 11111110 11001010 1110010 0 10100 110111 0 100110 1100011 1001000

Color Harmonies of #FECA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA72

Black with #FECA72

Text Example


Text Example

White with #FECA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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