Html Css Color HEX #FFFD0E Yellow

📋 copy color: '#FFFD0E'

red 255 ◦ green 253 ◦ blue 14

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

Shades of Yellow #FFFD0E

Tints of Yellow #FFFD0E

RGB

 RED value IS 255 (100% from 255) = 48.85%

 GREEN value IS 253 (99.22% from 255) = 48.47%

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

R = 48.85%
G = 48.47%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFFD0E (or 0xFFFD0E) is known color: Yellow. HEX triplet: FF, FD and 0E. RGB value is (255,253,14). Sum of RGB (Red+Green+Blue) = 255+253+14=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 14 (5.86% from 255 or 2.68% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD0E is #0002F1. Grayscale: #E3E3E3. Windows color (decimal): -754 or 982527. OLE color: 982527.

HSL color Cylindrical-coordinate representation of color #FFFD0E: hue angle of 59.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFFD0E is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 253 14 -
CMYK 0 0.01 0.95 0
HSL 59.5º 1% 0.53% -
HSV(B) 59.5º 0.95% 1% -
XYZ 76.44 91.54 14.06 -
YUV 226.35 8.16 148.43 -
System Red Green Blue C M Y K H S L
Decimal 255 253 14 0 0.01 0.95 0 59.5 1 0.53
Hex FF FD E 0 1 5F 0 3C 64 35
Octal 377 375 16 0 1 137 0 74 144 65
Binary 11111111 11111101 1110 0 1 1011111 0 111100 1100100 110101

Color Harmonies of #FFFD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD0E

Black with #FFFD0E

Text Example


Text Example

White with #FFFD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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