Html Css Color HEX #FDF562 Corn

📋 copy color: '#FDF562'

red 253 ◦ green 245 ◦ blue 98

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

Shades of Corn #FDF562

Tints of Corn #FDF562

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.11%

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

R = 42.45%
G = 41.11%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDF562 (or 0xFDF562) is known color: Corn. HEX triplet: FD, F5 and 62. RGB value is (253,245,98). Sum of RGB (Red+Green+Blue) = 253+245+98=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 98 (38.67% from 255 or 16.44% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF562 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF562 is #020A9D. Grayscale: #E7E7E7. Windows color (decimal): -133790 or 6485501. OLE color: 6485501.

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

Color convert

RGB 253 245 98 -
CMYK 0 0.03 0.61 0.01
HSL 56.9º 0.97% 0.69% -
HSV(B) 56.9º 0.61% 0.99% -
XYZ 75.37 87.07 24.39 -
YUV 230.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 253 245 98 0 0.03 0.61 0.01 56.9 0.97 0.69
Hex FD F5 62 0 3 3D 1 39 61 45
Octal 375 365 142 0 3 75 1 71 141 105
Binary 11111101 11110101 1100010 0 11 111101 1 111001 1100001 1000101

Color Harmonies of #FDF562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF562

Black with #FDF562

Text Example


Text Example

White with #FDF562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF562; }

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

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

background-color css

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

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

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

border-color css

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

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

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