Html Css Color HEX #FDF45F Corn

📋 copy color: '#FDF45F'

red 253 ◦ green 244 ◦ blue 95

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

Shades of Corn #FDF45F

Tints of Corn #FDF45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.05%

R = 42.74%
G = 41.22%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDF45F (or 0xFDF45F) is known color: Corn. HEX triplet: FD, F4 and 5F. RGB value is (253,244,95). Sum of RGB (Red+Green+Blue) = 253+244+95=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 95 (37.5% from 255 or 16.05% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF45F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF45F is #020BA0. Grayscale: #E6E6E6. Windows color (decimal): -134049 or 6288637. OLE color: 6288637.

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

Color convert

RGB 253 244 95 -
CMYK 0 0.04 0.62 0.01
HSL 56.58º 0.98% 0.68% -
HSV(B) 56.58º 0.62% 0.99% -
XYZ 74.92 86.41 23.56 -
YUV 229.71 51.98 144.62 -
System Red Green Blue C M Y K H S L
Decimal 253 244 95 0 0.04 0.62 0.01 56.58 0.98 0.68
Hex FD F4 5F 0 4 3E 1 39 62 44
Octal 375 364 137 0 4 76 1 71 142 104
Binary 11111101 11110100 1011111 0 100 111110 1 111001 1100010 1000100

Color Harmonies of #FDF45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF45F

Black with #FDF45F

Text Example


Text Example

White with #FDF45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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