Html Css Color HEX #FDF058 Corn

📋 copy color: '#FDF058'

red 253 ◦ green 240 ◦ blue 88

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

Shades of Corn #FDF058

Tints of Corn #FDF058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.15%

R = 43.55%
G = 41.31%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDF058 (or 0xFDF058) is known color: Corn. HEX triplet: FD, F0 and 58. RGB value is (253,240,88). Sum of RGB (Red+Green+Blue) = 253+240+88=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 88 (34.77% from 255 or 15.15% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF058 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF058 is #020FA7. Grayscale: #E3E3E3. Windows color (decimal): -135080 or 5828861. OLE color: 5828861.

HSL color Cylindrical-coordinate representation of color #FDF058: hue angle of 55.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDF058 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 88 -
CMYK 0 0.05 0.65 0.01
HSL 55.27º 0.98% 0.67% -
HSV(B) 55.27º 0.65% 0.99% -
XYZ 73.43 83.91 21.56 -
YUV 226.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 253 240 88 0 0.05 0.65 0.01 55.27 0.98 0.67
Hex FD F0 58 0 5 41 1 37 62 43
Octal 375 360 130 0 5 101 1 67 142 103
Binary 11111101 11110000 1011000 0 101 1000001 1 110111 1100010 1000011

Color Harmonies of #FDF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF058

Black with #FDF058

Text Example


Text Example

White with #FDF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF058; }

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

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

background-color css

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

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

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

border-color css

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

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

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