Html Css Color HEX #FDF05A Corn

📋 copy color: '#FDF05A'

red 253 ◦ green 240 ◦ blue 90

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

Shades of Corn #FDF05A

Tints of Corn #FDF05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.44%

R = 43.4%
G = 41.17%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDF05A (or 0xFDF05A) is known color: Corn. HEX triplet: FD, F0 and 5A. RGB value is (253,240,90). Sum of RGB (Red+Green+Blue) = 253+240+90=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 90 (35.55% from 255 or 15.44% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF05A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF05A is #020FA5. Grayscale: #E3E3E3. Windows color (decimal): -135078 or 5959933. OLE color: 5959933.

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

Color convert

RGB 253 240 90 -
CMYK 0 0.05 0.64 0.01
HSL 55.21º 0.98% 0.67% -
HSV(B) 55.21º 0.64% 0.99% -
XYZ 73.51 83.94 22 -
YUV 226.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 253 240 90 0 0.05 0.64 0.01 55.21 0.98 0.67
Hex FD F0 5A 0 5 40 1 37 62 43
Octal 375 360 132 0 5 100 1 67 142 103
Binary 11111101 11110000 1011010 0 101 1000000 1 110111 1100010 1000011

Color Harmonies of #FDF05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF05A

Black with #FDF05A

Text Example


Text Example

White with #FDF05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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