Html Css Color HEX #FDF057 Corn

📋 copy color: '#FDF057'

red 253 ◦ green 240 ◦ blue 87

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

Shades of Corn #FDF057

Tints of Corn #FDF057

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.38%

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

R = 43.62%
G = 41.38%
B = 15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDF057 (or 0xFDF057) is known color: Corn. HEX triplet: FD, F0 and 57. RGB value is (253,240,87). Sum of RGB (Red+Green+Blue) = 253+240+87=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 87 (34.38% from 255 or 15% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF057 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF057 is #020FA8. Grayscale: #E3E3E3. Windows color (decimal): -135081 or 5763325. OLE color: 5763325.

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

Color convert

RGB 253 240 87 -
CMYK 0 0.05 0.66 0.01
HSL 55.3º 0.98% 0.67% -
HSV(B) 55.3º 0.66% 0.99% -
XYZ 73.39 83.89 21.34 -
YUV 226.45 49.31 146.94 -
System Red Green Blue C M Y K H S L
Decimal 253 240 87 0 0.05 0.66 0.01 55.3 0.98 0.67
Hex FD F0 57 0 5 42 1 37 62 43
Octal 375 360 127 0 5 102 1 67 142 103
Binary 11111101 11110000 1010111 0 101 1000010 1 110111 1100010 1000011

Color Harmonies of #FDF057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF057

Black with #FDF057

Text Example


Text Example

White with #FDF057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF057; }

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

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

background-color css

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

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

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

border-color css

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

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

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