Html Css Color HEX #FEC764 Grandis

📋 copy color: '#FEC764'

red 254 ◦ green 199 ◦ blue 100

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

Shades of Grandis #FEC764

Tints of Grandis #FEC764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.08%

R = 45.93%
G = 35.99%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEC764 (or 0xFEC764) is known color: Grandis. HEX triplet: FE, C7 and 64. RGB value is (254,199,100). Sum of RGB (Red+Green+Blue) = 254+199+100=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC764 is #01389B. Grayscale: #CCCCCC. Windows color (decimal): -80028 or 6604798. OLE color: 6604798.

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

Color convert

RGB 254 199 100 -
CMYK 0 0.22 0.61 0.00
HSL 38.57º 0.99% 0.69% -
HSV(B) 38.57º 0.61% 1% -
XYZ 63.6 62.84 20.83 -
YUV 204.16 69.22 163.55 -
System Red Green Blue C M Y K H S L
Decimal 254 199 100 0 0.22 0.61 0.00 38.57 0.99 0.69
Hex FE C7 64 0 16 3D 0 27 63 45
Octal 376 307 144 0 26 75 0 47 143 105
Binary 11111110 11000111 1100100 0 10110 111101 0 100111 1100011 1000101

Color Harmonies of #FEC764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC764

Black with #FEC764

Text Example


Text Example

White with #FEC764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC764; }

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

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

background-color css

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

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

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

border-color css

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

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

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