Html Css Color HEX #FAFF0E Yellow

📋 copy color: '#FAFF0E'

red 250 ◦ green 255 ◦ blue 14

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

Shades of Yellow #FAFF0E

Tints of Yellow #FAFF0E

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 250 255 14 -
CMYK 0.02 0 0.95 0
HSL 61.24º 1% 0.53% -
HSV(B) 61.24º 0.95% 1% -
XYZ 75.26 91.88 14.18 -
YUV 226.03 8.34 145.1 -
System Red Green Blue C M Y K H S L
Decimal 250 255 14 0.02 0 0.95 0 61.24 1 0.53
Hex FA FF E 2 0 5F 0 3D 64 35
Octal 372 377 16 2 0 137 0 75 144 65
Binary 11111010 11111111 1110 10 0 1011111 0 111101 1100100 110101

Color Harmonies of #FAFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF0E

Black with #FAFF0E

Text Example


Text Example

White with #FAFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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