Html Css Color HEX #FDF561 Corn

📋 copy color: '#FDF561'

red 253 ◦ green 245 ◦ blue 97

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

Shades of Corn #FDF561

Tints of Corn #FDF561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.3%

R = 42.52%
G = 41.18%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDF561 (or 0xFDF561) is known color: Corn. HEX triplet: FD, F5 and 61. RGB value is (253,245,97). Sum of RGB (Red+Green+Blue) = 253+245+97=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 97 (38.28% from 255 or 16.30% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF561 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF561 is #020A9E. Grayscale: #E7E7E7. Windows color (decimal): -133791 or 6419965. OLE color: 6419965.

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

Color convert

RGB 253 245 97 -
CMYK 0 0.03 0.62 0.01
HSL 56.92º 0.98% 0.69% -
HSV(B) 56.92º 0.62% 0.99% -
XYZ 75.32 87.05 24.14 -
YUV 230.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 253 245 97 0 0.03 0.62 0.01 56.92 0.98 0.69
Hex FD F5 61 0 3 3E 1 39 62 45
Octal 375 365 141 0 3 76 1 71 142 105
Binary 11111101 11110101 1100001 0 11 111110 1 111001 1100010 1000101

Color Harmonies of #FDF561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF561

Black with #FDF561

Text Example


Text Example

White with #FDF561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF561; }

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

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

background-color css

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

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

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

border-color css

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

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

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