Html Css Color HEX #FFFA0E Yellow

📋 copy color: '#FFFA0E'

red 255 ◦ green 250 ◦ blue 14

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

Shades of Yellow #FFFA0E

Tints of Yellow #FFFA0E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.17%

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

R = 49.13%
G = 48.17%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFFA0E (or 0xFFFA0E) is known color: Yellow. HEX triplet: FF, FA and 0E. RGB value is (255,250,14). Sum of RGB (Red+Green+Blue) = 255+250+14=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 14 (5.86% from 255 or 2.70% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA0E is #0005F1. Grayscale: #E1E1E1. Windows color (decimal): -1522 or 981759. OLE color: 981759.

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

Color convert

RGB 255 250 14 -
CMYK 0 0.02 0.95 0
HSL 58.76º 1% 0.53% -
HSV(B) 58.76º 0.95% 1% -
XYZ 75.5 89.66 13.74 -
YUV 224.59 9.16 149.69 -
System Red Green Blue C M Y K H S L
Decimal 255 250 14 0 0.02 0.95 0 58.76 1 0.53
Hex FF FA E 0 2 5F 0 3B 64 35
Octal 377 372 16 0 2 137 0 73 144 65
Binary 11111111 11111010 1110 0 10 1011111 0 111011 1100100 110101

Color Harmonies of #FFFA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA0E

Black with #FFFA0E

Text Example


Text Example

White with #FFFA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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