Html Css Color HEX #FDF45D Corn

📋 copy color: '#FDF45D'

red 253 ◦ green 244 ◦ blue 93

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

Shades of Corn #FDF45D

Tints of Corn #FDF45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.76%

R = 42.88%
G = 41.36%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDF45D (or 0xFDF45D) is known color: Corn. HEX triplet: FD, F4 and 5D. RGB value is (253,244,93). Sum of RGB (Red+Green+Blue) = 253+244+93=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 93 (36.72% from 255 or 15.76% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF45D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF45D is #020BA2. Grayscale: #E6E6E6. Windows color (decimal): -134051 or 6157565. OLE color: 6157565.

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

Color convert

RGB 253 244 93 -
CMYK 0 0.04 0.63 0.01
HSL 56.63º 0.98% 0.68% -
HSV(B) 56.63º 0.63% 0.99% -
XYZ 74.83 86.37 23.08 -
YUV 229.48 50.98 144.78 -
System Red Green Blue C M Y K H S L
Decimal 253 244 93 0 0.04 0.63 0.01 56.63 0.98 0.68
Hex FD F4 5D 0 4 3F 1 39 62 44
Octal 375 364 135 0 4 77 1 71 142 104
Binary 11111101 11110100 1011101 0 100 111111 1 111001 1100010 1000100

Color Harmonies of #FDF45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF45D

Black with #FDF45D

Text Example


Text Example

White with #FDF45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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