Html Css Color HEX #FEC566 Grandis

📋 copy color: '#FEC566'

red 254 ◦ green 197 ◦ blue 102

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

Shades of Grandis #FEC566

Tints of Grandis #FEC566

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.62%

 BLUE value IS 102 (40.23% from 255) = 18.44%

R = 45.93%
G = 35.62%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEC566 (or 0xFEC566) is known color: Grandis. HEX triplet: FE, C5 and 66. RGB value is (254,197,102). Sum of RGB (Red+Green+Blue) = 254+197+102=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC566 is #013A99. Grayscale: #CBCBCB. Windows color (decimal): -80538 or 6735358. OLE color: 6735358.

HSL color Cylindrical-coordinate representation of color #FEC566: hue angle of 37.5º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEC566 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 197 102 -
CMYK 0 0.22 0.60 0.00
HSL 37.5º 0.99% 0.7% -
HSV(B) 37.5º 0.6% 1% -
XYZ 63.24 61.96 21.2 -
YUV 203.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 254 197 102 0 0.22 0.60 0.00 37.5 0.99 0.7
Hex FE C5 66 0 16 3C 0 26 63 46
Octal 376 305 146 0 26 74 0 46 143 106
Binary 11111110 11000101 1100110 0 10110 111100 0 100110 1100011 1000110

Color Harmonies of #FEC566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC566

Black with #FEC566

Text Example


Text Example

White with #FEC566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC566; }

 p { color: rgb(254,197,102); }

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

background-color css

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

 a { background-color: rgb(254,197,102); }

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

border-color css

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

 span { border-color: rgb(254,197,102); }

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