Html Css Color HEX #FEC56B Grandis

📋 copy color: '#FEC56B'

red 254 ◦ green 197 ◦ blue 107

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

Shades of Grandis #FEC56B

Tints of Grandis #FEC56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.18%

R = 45.52%
G = 35.3%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEC56B (or 0xFEC56B) is known color: Grandis. HEX triplet: FE, C5 and 6B. RGB value is (254,197,107). Sum of RGB (Red+Green+Blue) = 254+197+107=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC56B is #013A94. Grayscale: #CCCCCC. Windows color (decimal): -80533 or 7063038. OLE color: 7063038.

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

Color convert

RGB 254 197 107 -
CMYK 0 0.22 0.58 0.00
HSL 36.73º 0.99% 0.71% -
HSV(B) 36.73º 0.58% 1% -
XYZ 63.49 62.06 22.54 -
YUV 203.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 254 197 107 0 0.22 0.58 0.00 36.73 0.99 0.71
Hex FE C5 6B 0 16 3A 0 25 63 47
Octal 376 305 153 0 26 72 0 45 143 107
Binary 11111110 11000101 1101011 0 10110 111010 0 100101 1100011 1000111

Color Harmonies of #FEC56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC56B

Black with #FEC56B

Text Example


Text Example

White with #FEC56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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