Html Css Color HEX #FDF45A Corn

📋 copy color: '#FDF45A'

red 253 ◦ green 244 ◦ blue 90

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

Shades of Corn #FDF45A

Tints of Corn #FDF45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.33%

R = 43.1%
G = 41.57%
B = 15.33%

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

#FDF45A (or 0xFDF45A) is known color: Corn. HEX triplet: FD, F4 and 5A. RGB value is (253,244,90). Sum of RGB (Red+Green+Blue) = 253+244+90=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 90 (35.55% from 255 or 15.33% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF45A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF45A is #020BA5. Grayscale: #E5E5E5. Windows color (decimal): -134054 or 5960957. OLE color: 5960957.

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

Color convert

RGB 253 244 90 -
CMYK 0 0.04 0.64 0.01
HSL 56.69º 0.98% 0.67% -
HSV(B) 56.69º 0.64% 0.99% -
XYZ 74.7 86.32 22.4 -
YUV 229.14 49.48 145.02 -
System Red Green Blue C M Y K H S L
Decimal 253 244 90 0 0.04 0.64 0.01 56.69 0.98 0.67
Hex FD F4 5A 0 4 40 1 39 62 43
Octal 375 364 132 0 4 100 1 71 142 103
Binary 11111101 11110100 1011010 0 100 1000000 1 111001 1100010 1000011

Color Harmonies of #FDF45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF45A

Black with #FDF45A

Text Example


Text Example

White with #FDF45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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