Html Css Color HEX #FDF462 Corn

📋 copy color: '#FDF462'

red 253 ◦ green 244 ◦ blue 98

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

Shades of Corn #FDF462

Tints of Corn #FDF462

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.01%

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

R = 42.52%
G = 41.01%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDF462 (or 0xFDF462) is known color: Corn. HEX triplet: FD, F4 and 62. RGB value is (253,244,98). Sum of RGB (Red+Green+Blue) = 253+244+98=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 98 (38.67% from 255 or 16.47% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF462 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF462 is #020B9D. Grayscale: #E6E6E6. Windows color (decimal): -134046 or 6485245. OLE color: 6485245.

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

Color convert

RGB 253 244 98 -
CMYK 0 0.04 0.61 0.01
HSL 56.52º 0.97% 0.69% -
HSV(B) 56.52º 0.61% 0.99% -
XYZ 75.06 86.47 24.29 -
YUV 230.05 53.48 144.37 -
System Red Green Blue C M Y K H S L
Decimal 253 244 98 0 0.04 0.61 0.01 56.52 0.97 0.69
Hex FD F4 62 0 4 3D 1 39 61 45
Octal 375 364 142 0 4 75 1 71 141 105
Binary 11111101 11110100 1100010 0 100 111101 1 111001 1100001 1000101

Color Harmonies of #FDF462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF462

Black with #FDF462

Text Example


Text Example

White with #FDF462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF462; }

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

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

background-color css

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

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

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

border-color css

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

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

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