Html Css Color HEX #FDF05B Corn

📋 copy color: '#FDF05B'

red 253 ◦ green 240 ◦ blue 91

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

Shades of Corn #FDF05B

Tints of Corn #FDF05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.58%

R = 43.32%
G = 41.1%
B = 15.58%

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

#FDF05B (or 0xFDF05B) is known color: Corn. HEX triplet: FD, F0 and 5B. RGB value is (253,240,91). Sum of RGB (Red+Green+Blue) = 253+240+91=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 91 (35.94% from 255 or 15.58% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF05B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF05B is #020FA4. Grayscale: #E3E3E3. Windows color (decimal): -135077 or 6025469. OLE color: 6025469.

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

Color convert

RGB 253 240 91 -
CMYK 0 0.05 0.64 0.01
HSL 55.19º 0.98% 0.67% -
HSV(B) 55.19º 0.64% 0.99% -
XYZ 73.56 83.96 22.23 -
YUV 226.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 253 240 91 0 0.05 0.64 0.01 55.19 0.98 0.67
Hex FD F0 5B 0 5 40 1 37 62 43
Octal 375 360 133 0 5 100 1 67 142 103
Binary 11111101 11110000 1011011 0 101 1000000 1 110111 1100010 1000011

Color Harmonies of #FDF05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF05B

Black with #FDF05B

Text Example


Text Example

White with #FDF05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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