Html Css Color HEX #FDF75B Corn

📋 copy color: '#FDF75B'

red 253 ◦ green 247 ◦ blue 91

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

Shades of Corn #FDF75B

Tints of Corn #FDF75B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.79%

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

R = 42.81%
G = 41.79%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDF75B (or 0xFDF75B) is known color: Corn. HEX triplet: FD, F7 and 5B. RGB value is (253,247,91). Sum of RGB (Red+Green+Blue) = 253+247+91=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 247 (96.88% from 255 or 41.79% from 591); Blue value is 91 (35.94% from 255 or 15.40% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF75B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF75B is #0208A4. Grayscale: #E7E7E7. Windows color (decimal): -133285 or 6027261. OLE color: 6027261.

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

Color convert

RGB 253 247 91 -
CMYK 0 0.02 0.64 0.01
HSL 57.78º 0.98% 0.67% -
HSV(B) 57.78º 0.64% 0.99% -
XYZ 75.66 88.16 22.93 -
YUV 231.01 48.99 143.68 -
System Red Green Blue C M Y K H S L
Decimal 253 247 91 0 0.02 0.64 0.01 57.78 0.98 0.67
Hex FD F7 5B 0 2 40 1 3A 62 43
Octal 375 367 133 0 2 100 1 72 142 103
Binary 11111101 11110111 1011011 0 10 1000000 1 111010 1100010 1000011

Color Harmonies of #FDF75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF75B

Black with #FDF75B

Text Example


Text Example

White with #FDF75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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