Html Css Color HEX #FDF90E Yellow

📋 copy color: '#FDF90E'

red 253 ◦ green 249 ◦ blue 14

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

Shades of Yellow #FDF90E

Tints of Yellow #FDF90E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.26%

 BLUE value IS 14 (5.86% from 255) = 2.71%

R = 49.03%
G = 48.26%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDF90E (or 0xFDF90E) is known color: Yellow. HEX triplet: FD, F9 and 0E. RGB value is (253,249,14). Sum of RGB (Red+Green+Blue) = 253+249+14=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 14 (5.86% from 255 or 2.71% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF90E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF90E is #0206F1. Grayscale: #E0E0E0. Windows color (decimal): -132850 or 981501. OLE color: 981501.

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

Color convert

RGB 253 249 14 -
CMYK 0 0.02 0.94 0.01
HSL 59º 0.98% 0.52% -
HSV(B) 59º 0.94% 0.99% -
XYZ 74.46 88.67 13.61 -
YUV 223.41 9.83 149.11 -
System Red Green Blue C M Y K H S L
Decimal 253 249 14 0 0.02 0.94 0.01 59 0.98 0.52
Hex FD F9 E 0 2 5E 1 3B 62 34
Octal 375 371 16 0 2 136 1 73 142 64
Binary 11111101 11111001 1110 0 10 1011110 1 111011 1100010 110100

Color Harmonies of #FDF90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF90E

Black with #FDF90E

Text Example


Text Example

White with #FDF90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF90E; }

 p { color: rgb(253,249,14); }

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

background-color css

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

 a { background-color: rgb(253,249,14); }

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

border-color css

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

 span { border-color: rgb(253,249,14); }

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