Html Css Color HEX #FDF15D Corn

📋 copy color: '#FDF15D'

red 253 ◦ green 241 ◦ blue 93

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

Shades of Corn #FDF15D

Tints of Corn #FDF15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.84%

R = 43.1%
G = 41.06%
B = 15.84%

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

#FDF15D (or 0xFDF15D) is known color: Corn. HEX triplet: FD, F1 and 5D. RGB value is (253,241,93). Sum of RGB (Red+Green+Blue) = 253+241+93=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 93 (36.72% from 255 or 15.84% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF15D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF15D is #020EA2. Grayscale: #E4E4E4. Windows color (decimal): -134819 or 6156797. OLE color: 6156797.

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

Color convert

RGB 253 241 93 -
CMYK 0 0.05 0.63 0.01
HSL 55.5º 0.98% 0.68% -
HSV(B) 55.5º 0.63% 0.99% -
XYZ 73.94 84.58 22.79 -
YUV 227.72 51.98 146.03 -
System Red Green Blue C M Y K H S L
Decimal 253 241 93 0 0.05 0.63 0.01 55.5 0.98 0.68
Hex FD F1 5D 0 5 3F 1 38 62 44
Octal 375 361 135 0 5 77 1 70 142 104
Binary 11111101 11110001 1011101 0 101 111111 1 111000 1100010 1000100

Color Harmonies of #FDF15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF15D

Black with #FDF15D

Text Example


Text Example

White with #FDF15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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