Html Css Color HEX #FDF55A Corn

📋 copy color: '#FDF55A'

red 253 ◦ green 245 ◦ blue 90

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

Shades of Corn #FDF55A

Tints of Corn #FDF55A

RGB

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

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

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

R = 43.03%
G = 41.67%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDF55A (or 0xFDF55A) is known color: Corn. HEX triplet: FD, F5 and 5A. RGB value is (253,245,90). Sum of RGB (Red+Green+Blue) = 253+245+90=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 90 (35.55% from 255 or 15.31% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF55A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF55A is #020AA5. Grayscale: #E6E6E6. Windows color (decimal): -133798 or 5961213. OLE color: 5961213.

HSL color Cylindrical-coordinate representation of color #FDF55A: hue angle of 57.06º 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 #FDF55A is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 90 -
CMYK 0 0.03 0.64 0.01
HSL 57.06º 0.98% 0.67% -
HSV(B) 57.06º 0.64% 0.99% -
XYZ 75.01 86.93 22.5 -
YUV 229.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 253 245 90 0 0.03 0.64 0.01 57.06 0.98 0.67
Hex FD F5 5A 0 3 40 1 39 62 43
Octal 375 365 132 0 3 100 1 71 142 103
Binary 11111101 11110101 1011010 0 11 1000000 1 111001 1100010 1000011

Color Harmonies of #FDF55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF55A

Black with #FDF55A

Text Example


Text Example

White with #FDF55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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