Html Css Color HEX #FDF15E Corn

📋 copy color: '#FDF15E'

red 253 ◦ green 241 ◦ blue 94

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

Shades of Corn #FDF15E

Tints of Corn #FDF15E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.99%

 BLUE value IS 94 (37.11% from 255) = 15.99%

R = 43.03%
G = 40.99%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDF15E (or 0xFDF15E) is known color: Corn. HEX triplet: FD, F1 and 5E. RGB value is (253,241,94). Sum of RGB (Red+Green+Blue) = 253+241+94=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 94 (37.11% from 255 or 15.99% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF15E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF15E is #020EA1. Grayscale: #E4E4E4. Windows color (decimal): -134818 or 6222333. OLE color: 6222333.

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

Color convert

RGB 253 241 94 -
CMYK 0 0.05 0.63 0.01
HSL 55.47º 0.98% 0.68% -
HSV(B) 55.47º 0.63% 0.99% -
XYZ 73.98 84.6 23.02 -
YUV 227.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 253 241 94 0 0.05 0.63 0.01 55.47 0.98 0.68
Hex FD F1 5E 0 5 3F 1 37 62 44
Octal 375 361 136 0 5 77 1 67 142 104
Binary 11111101 11110001 1011110 0 101 111111 1 110111 1100010 1000100

Color Harmonies of #FDF15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF15E

Black with #FDF15E

Text Example


Text Example

White with #FDF15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF15E; }

 p { color: rgb(253,241,94); }

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

background-color css

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

 a { background-color: rgb(253,241,94); }

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

border-color css

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

 span { border-color: rgb(253,241,94); }

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