Html Css Color HEX #FDF257 Corn

📋 copy color: '#FDF257'

red 253 ◦ green 242 ◦ blue 87

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

Shades of Corn #FDF257

Tints of Corn #FDF257

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.58%

 BLUE value IS 87 (34.38% from 255) = 14.95%

R = 43.47%
G = 41.58%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDF257 (or 0xFDF257) is known color: Corn. HEX triplet: FD, F2 and 57. RGB value is (253,242,87). Sum of RGB (Red+Green+Blue) = 253+242+87=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 87 (34.38% from 255 or 14.95% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF257 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF257 is #020DA8. Grayscale: #E4E4E4. Windows color (decimal): -134569 or 5763837. OLE color: 5763837.

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

Color convert

RGB 253 242 87 -
CMYK 0 0.04 0.66 0.01
HSL 56.02º 0.98% 0.67% -
HSV(B) 56.02º 0.66% 0.99% -
XYZ 73.98 85.08 21.54 -
YUV 227.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 253 242 87 0 0.04 0.66 0.01 56.02 0.98 0.67
Hex FD F2 57 0 4 42 1 38 62 43
Octal 375 362 127 0 4 102 1 70 142 103
Binary 11111101 11110010 1010111 0 100 1000010 1 111000 1100010 1000011

Color Harmonies of #FDF257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF257

Black with #FDF257

Text Example


Text Example

White with #FDF257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF257; }

 p { color: rgb(253,242,87); }

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

background-color css

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

 a { background-color: rgb(253,242,87); }

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

border-color css

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

 span { border-color: rgb(253,242,87); }

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