Html Css Color HEX #FDF060 Corn

📋 copy color: '#FDF060'

red 253 ◦ green 240 ◦ blue 96

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

Shades of Corn #FDF060

Tints of Corn #FDF060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.3%

R = 42.95%
G = 40.75%
B = 16.3%

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

#FDF060 (or 0xFDF060) is known color: Corn. HEX triplet: FD, F0 and 60. RGB value is (253,240,96). Sum of RGB (Red+Green+Blue) = 253+240+96=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 96 (37.89% from 255 or 16.30% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF060 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF060 is #020F9F. Grayscale: #E4E4E4. Windows color (decimal): -135072 or 6353149. OLE color: 6353149.

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

Color convert

RGB 253 240 96 -
CMYK 0 0.05 0.62 0.01
HSL 55.03º 0.98% 0.68% -
HSV(B) 55.03º 0.62% 0.99% -
XYZ 73.78 84.05 23.4 -
YUV 227.47 53.81 146.21 -
System Red Green Blue C M Y K H S L
Decimal 253 240 96 0 0.05 0.62 0.01 55.03 0.98 0.68
Hex FD F0 60 0 5 3E 1 37 62 44
Octal 375 360 140 0 5 76 1 67 142 104
Binary 11111101 11110000 1100000 0 101 111110 1 110111 1100010 1000100

Color Harmonies of #FDF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF060

Black with #FDF060

Text Example


Text Example

White with #FDF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF060; }

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

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

background-color css

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

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

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

border-color css

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

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

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