Html Css Color HEX #FDF75A Corn

📋 copy color: '#FDF75A'

red 253 ◦ green 247 ◦ blue 90

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

Shades of Corn #FDF75A

Tints of Corn #FDF75A

RGB

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

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

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

R = 42.88%
G = 41.86%
B = 15.25%

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

#FDF75A (or 0xFDF75A) is known color: Corn. HEX triplet: FD, F7 and 5A. RGB value is (253,247,90). Sum of RGB (Red+Green+Blue) = 253+247+90=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 90 (35.55% from 255 or 15.25% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF75A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF75A is #0208A5. Grayscale: #E7E7E7. Windows color (decimal): -133286 or 5961725. OLE color: 5961725.

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

Color convert

RGB 253 247 90 -
CMYK 0 0.02 0.64 0.01
HSL 57.79º 0.98% 0.67% -
HSV(B) 57.79º 0.64% 0.99% -
XYZ 75.61 88.14 22.7 -
YUV 230.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 253 247 90 0 0.02 0.64 0.01 57.79 0.98 0.67
Hex FD F7 5A 0 2 40 1 3A 62 43
Octal 375 367 132 0 2 100 1 72 142 103
Binary 11111101 11110111 1011010 0 10 1000000 1 111010 1100010 1000011

Color Harmonies of #FDF75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF75A

Black with #FDF75A

Text Example


Text Example

White with #FDF75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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