Html Css Color HEX #FDF558 Corn

📋 copy color: '#FDF558'

red 253 ◦ green 245 ◦ blue 88

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

Shades of Corn #FDF558

Tints of Corn #FDF558

RGB

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

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

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

R = 43.17%
G = 41.81%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDF558 (or 0xFDF558) is known color: Corn. HEX triplet: FD, F5 and 58. RGB value is (253,245,88). Sum of RGB (Red+Green+Blue) = 253+245+88=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 88 (34.77% from 255 or 15.02% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF558 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF558 is #020AA7. Grayscale: #E6E6E6. Windows color (decimal): -133800 or 5830141. OLE color: 5830141.

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

Color convert

RGB 253 245 88 -
CMYK 0 0.03 0.65 0.01
HSL 57.09º 0.98% 0.67% -
HSV(B) 57.09º 0.65% 0.99% -
XYZ 74.92 86.89 22.06 -
YUV 229.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 253 245 88 0 0.03 0.65 0.01 57.09 0.98 0.67
Hex FD F5 58 0 3 41 1 39 62 43
Octal 375 365 130 0 3 101 1 71 142 103
Binary 11111101 11110101 1011000 0 11 1000001 1 111001 1100010 1000011

Color Harmonies of #FDF558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF558

Black with #FDF558

Text Example


Text Example

White with #FDF558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF558; }

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

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

background-color css

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

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

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

border-color css

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

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

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