Html Css Color HEX #FDF061 Corn

📋 copy color: '#FDF061'

red 253 ◦ green 240 ◦ blue 97

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

Shades of Corn #FDF061

Tints of Corn #FDF061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.44%

R = 42.88%
G = 40.68%
B = 16.44%

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

#FDF061 (or 0xFDF061) is known color: Corn. HEX triplet: FD, F0 and 61. RGB value is (253,240,97). Sum of RGB (Red+Green+Blue) = 253+240+97=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 97 (38.28% from 255 or 16.44% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF061 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF061 is #020F9E. Grayscale: #E4E4E4. Windows color (decimal): -135071 or 6418685. OLE color: 6418685.

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

Color convert

RGB 253 240 97 -
CMYK 0 0.05 0.62 0.01
HSL 55º 0.98% 0.69% -
HSV(B) 55º 0.62% 0.99% -
XYZ 73.83 84.07 23.64 -
YUV 227.59 54.31 146.13 -
System Red Green Blue C M Y K H S L
Decimal 253 240 97 0 0.05 0.62 0.01 55 0.98 0.69
Hex FD F0 61 0 5 3E 1 37 62 45
Octal 375 360 141 0 5 76 1 67 142 105
Binary 11111101 11110000 1100001 0 101 111110 1 110111 1100010 1000101

Color Harmonies of #FDF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF061

Black with #FDF061

Text Example


Text Example

White with #FDF061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF061; }

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

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

background-color css

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

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

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

border-color css

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

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

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