Html Css Color HEX #FDF55C Corn

📋 copy color: '#FDF55C'

red 253 ◦ green 245 ◦ blue 92

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

Shades of Corn #FDF55C

Tints of Corn #FDF55C

RGB

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

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

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

R = 42.88%
G = 41.53%
B = 15.59%

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

#FDF55C (or 0xFDF55C) is known color: Corn. HEX triplet: FD, F5 and 5C. RGB value is (253,245,92). Sum of RGB (Red+Green+Blue) = 253+245+92=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 92 (36.33% from 255 or 15.59% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF55C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF55C is #020AA3. Grayscale: #E6E6E6. Windows color (decimal): -133796 or 6092285. OLE color: 6092285.

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

Color convert

RGB 253 245 92 -
CMYK 0 0.03 0.64 0.01
HSL 57.02º 0.98% 0.68% -
HSV(B) 57.02º 0.64% 0.99% -
XYZ 75.09 86.96 22.95 -
YUV 229.95 50.15 144.44 -
System Red Green Blue C M Y K H S L
Decimal 253 245 92 0 0.03 0.64 0.01 57.02 0.98 0.68
Hex FD F5 5C 0 3 40 1 39 62 44
Octal 375 365 134 0 3 100 1 71 142 104
Binary 11111101 11110101 1011100 0 11 1000000 1 111001 1100010 1000100

Color Harmonies of #FDF55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF55C

Black with #FDF55C

Text Example


Text Example

White with #FDF55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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