Html Css Color HEX #FECB74 Grandis

📋 copy color: '#FECB74'

red 254 ◦ green 203 ◦ blue 116

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

Shades of Grandis #FECB74

Tints of Grandis #FECB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.24%

R = 44.33%
G = 35.43%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FECB74 (or 0xFECB74) is known color: Grandis. HEX triplet: FE, CB and 74. RGB value is (254,203,116). Sum of RGB (Red+Green+Blue) = 254+203+116=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB74 is #01348B. Grayscale: #D0D0D0. Windows color (decimal): -78988 or 7654398. OLE color: 7654398.

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

Color convert

RGB 254 203 116 -
CMYK 0 0.20 0.54 0.00
HSL 37.83º 0.99% 0.73% -
HSV(B) 37.83º 0.54% 1% -
XYZ 65.38 65.04 25.63 -
YUV 208.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 254 203 116 0 0.20 0.54 0.00 37.83 0.99 0.73
Hex FE CB 74 0 14 36 0 26 63 49
Octal 376 313 164 0 24 66 0 46 143 111
Binary 11111110 11001011 1110100 0 10100 110110 0 100110 1100011 1001001

Color Harmonies of #FECB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB74

Black with #FECB74

Text Example


Text Example

White with #FECB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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