Html Css Color HEX #FDF062 Corn

📋 copy color: '#FDF062'

red 253 ◦ green 240 ◦ blue 98

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

Shades of Corn #FDF062

Tints of Corn #FDF062

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.61%

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

R = 42.81%
G = 40.61%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDF062 (or 0xFDF062) is known color: Corn. HEX triplet: FD, F0 and 62. RGB value is (253,240,98). Sum of RGB (Red+Green+Blue) = 253+240+98=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 98 (38.67% from 255 or 16.58% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF062 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF062 is #020F9D. Grayscale: #E4E4E4. Windows color (decimal): -135070 or 6484221. OLE color: 6484221.

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

Color convert

RGB 253 240 98 -
CMYK 0 0.05 0.61 0.01
HSL 54.97º 0.97% 0.69% -
HSV(B) 54.97º 0.61% 0.99% -
XYZ 73.87 84.08 23.89 -
YUV 227.7 54.81 146.05 -
System Red Green Blue C M Y K H S L
Decimal 253 240 98 0 0.05 0.61 0.01 54.97 0.97 0.69
Hex FD F0 62 0 5 3D 1 37 61 45
Octal 375 360 142 0 5 75 1 67 141 105
Binary 11111101 11110000 1100010 0 101 111101 1 110111 1100001 1000101

Color Harmonies of #FDF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF062

Black with #FDF062

Text Example


Text Example

White with #FDF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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