Html Css Color HEX #FDF45C Corn

📋 copy color: '#FDF45C'

red 253 ◦ green 244 ◦ blue 92

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

Shades of Corn #FDF45C

Tints of Corn #FDF45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 15.62%

R = 42.95%
G = 41.43%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDF45C (or 0xFDF45C) is known color: Corn. HEX triplet: FD, F4 and 5C. RGB value is (253,244,92). Sum of RGB (Red+Green+Blue) = 253+244+92=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 92 (36.33% from 255 or 15.62% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF45C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF45C is #020BA3. Grayscale: #E5E5E5. Windows color (decimal): -134052 or 6092029. OLE color: 6092029.

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

Color convert

RGB 253 244 92 -
CMYK 0 0.04 0.64 0.01
HSL 56.65º 0.98% 0.68% -
HSV(B) 56.65º 0.64% 0.99% -
XYZ 74.79 86.36 22.85 -
YUV 229.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 253 244 92 0 0.04 0.64 0.01 56.65 0.98 0.68
Hex FD F4 5C 0 4 40 1 39 62 44
Octal 375 364 134 0 4 100 1 71 142 104
Binary 11111101 11110100 1011100 0 100 1000000 1 111001 1100010 1000100

Color Harmonies of #FDF45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF45C

Black with #FDF45C

Text Example


Text Example

White with #FDF45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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