Html Css Color HEX #FEC962 Grandis

📋 copy color: '#FEC962'

red 254 ◦ green 201 ◦ blue 98

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

Shades of Grandis #FEC962

Tints of Grandis #FEC962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.35%

 BLUE value IS 98 (38.67% from 255) = 17.72%

R = 45.93%
G = 36.35%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEC962 (or 0xFEC962) is known color: Grandis. HEX triplet: FE, C9 and 62. RGB value is (254,201,98). Sum of RGB (Red+Green+Blue) = 254+201+98=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC962 is #01369D. Grayscale: #CDCDCD. Windows color (decimal): -79518 or 6474238. OLE color: 6474238.

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

Color convert

RGB 254 201 98 -
CMYK 0 0.21 0.61 0.00
HSL 39.62º 0.99% 0.69% -
HSV(B) 39.62º 0.61% 1% -
XYZ 63.96 63.73 20.48 -
YUV 205.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 254 201 98 0 0.21 0.61 0.00 39.62 0.99 0.69
Hex FE C9 62 0 15 3D 0 28 63 45
Octal 376 311 142 0 25 75 0 50 143 105
Binary 11111110 11001001 1100010 0 10101 111101 0 101000 1100011 1000101

Color Harmonies of #FEC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC962

Black with #FEC962

Text Example


Text Example

White with #FEC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC962; }

 p { color: rgb(254,201,98); }

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

background-color css

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

 a { background-color: rgb(254,201,98); }

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

border-color css

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

 span { border-color: rgb(254,201,98); }

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