Html Css Color HEX #FDC962 Grandis

📋 copy color: '#FDC962'

red 253 ◦ green 201 ◦ blue 98

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

Shades of Grandis #FDC962

Tints of Grandis #FDC962

RGB

 RED value IS 253 (99.22% from 255) = 45.83%

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

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

R = 45.83%
G = 36.41%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDC962 (or 0xFDC962) is known color: Grandis. HEX triplet: FD, C9 and 62. RGB value is (253,201,98). Sum of RGB (Red+Green+Blue) = 253+201+98=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC962 is #02369D. Grayscale: #CDCDCD. Windows color (decimal): -145054 or 6474237. OLE color: 6474237.

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

Color convert

RGB 253 201 98 -
CMYK 0 0.21 0.61 0.01
HSL 39.87º 0.97% 0.69% -
HSV(B) 39.87º 0.61% 0.99% -
XYZ 63.6 63.54 20.47 -
YUV 204.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 253 201 98 0 0.21 0.61 0.01 39.87 0.97 0.69
Hex FD C9 62 0 15 3D 1 28 61 45
Octal 375 311 142 0 25 75 1 50 141 105
Binary 11111101 11001001 1100010 0 10101 111101 1 101000 1100001 1000101

Color Harmonies of #FDC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC962

Black with #FDC962

Text Example


Text Example

White with #FDC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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