Html Css Color HEX #FEC770 Grandis

📋 copy color: '#FEC770'

red 254 ◦ green 199 ◦ blue 112

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

Shades of Grandis #FEC770

Tints of Grandis #FEC770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.22%

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

R = 44.96%
G = 35.22%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEC770 (or 0xFEC770) is known color: Grandis. HEX triplet: FE, C7 and 70. RGB value is (254,199,112). Sum of RGB (Red+Green+Blue) = 254+199+112=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC770 is #01388F. Grayscale: #CDCDCD. Windows color (decimal): -80016 or 7391230. OLE color: 7391230.

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

Color convert

RGB 254 199 112 -
CMYK 0 0.22 0.56 0.00
HSL 36.76º 0.99% 0.72% -
HSV(B) 36.76º 0.56% 1% -
XYZ 64.22 63.09 24.12 -
YUV 205.53 75.22 162.57 -
System Red Green Blue C M Y K H S L
Decimal 254 199 112 0 0.22 0.56 0.00 36.76 0.99 0.72
Hex FE C7 70 0 16 38 0 25 63 48
Octal 376 307 160 0 26 70 0 45 143 110
Binary 11111110 11000111 1110000 0 10110 111000 0 100101 1100011 1001000

Color Harmonies of #FEC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC770

Black with #FEC770

Text Example


Text Example

White with #FEC770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC770; }

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

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

background-color css

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

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

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

border-color css

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

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

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