Html Css Color HEX #FECB72 Grandis

📋 copy color: '#FECB72'

red 254 ◦ green 203 ◦ blue 114

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

Shades of Grandis #FECB72

Tints of Grandis #FECB72

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.55%

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

R = 44.48%
G = 35.55%
B = 19.96%

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

#FECB72 (or 0xFECB72) is known color: Grandis. HEX triplet: FE, CB and 72. RGB value is (254,203,114). Sum of RGB (Red+Green+Blue) = 254+203+114=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB72 is #01348D. Grayscale: #D0D0D0. Windows color (decimal): -78990 or 7523326. OLE color: 7523326.

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

Color convert

RGB 254 203 114 -
CMYK 0 0.20 0.55 0.00
HSL 38.14º 0.99% 0.72% -
HSV(B) 38.14º 0.55% 1% -
XYZ 65.27 65 25.03 -
YUV 208.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 254 203 114 0 0.20 0.55 0.00 38.14 0.99 0.72
Hex FE CB 72 0 14 37 0 26 63 48
Octal 376 313 162 0 24 67 0 46 143 110
Binary 11111110 11001011 1110010 0 10100 110111 0 100110 1100011 1001000

Color Harmonies of #FECB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB72

Black with #FECB72

Text Example


Text Example

White with #FECB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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