Html Css Color HEX #FDF15F Corn

📋 copy color: '#FDF15F'

red 253 ◦ green 241 ◦ blue 95

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

Shades of Corn #FDF15F

Tints of Corn #FDF15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.13%

R = 42.95%
G = 40.92%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDF15F (or 0xFDF15F) is known color: Corn. HEX triplet: FD, F1 and 5F. RGB value is (253,241,95). Sum of RGB (Red+Green+Blue) = 253+241+95=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 95 (37.5% from 255 or 16.13% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF15F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF15F is #020EA0. Grayscale: #E4E4E4. Windows color (decimal): -134817 or 6287869. OLE color: 6287869.

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

Color convert

RGB 253 241 95 -
CMYK 0 0.05 0.62 0.01
HSL 55.44º 0.98% 0.68% -
HSV(B) 55.44º 0.62% 0.99% -
XYZ 74.03 84.62 23.26 -
YUV 227.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 253 241 95 0 0.05 0.62 0.01 55.44 0.98 0.68
Hex FD F1 5F 0 5 3E 1 37 62 44
Octal 375 361 137 0 5 76 1 67 142 104
Binary 11111101 11110001 1011111 0 101 111110 1 110111 1100010 1000100

Color Harmonies of #FDF15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF15F

Black with #FDF15F

Text Example


Text Example

White with #FDF15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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