Html Css Color HEX #FAFF0F Yellow

📋 copy color: '#FAFF0F'

red 250 ◦ green 255 ◦ blue 15

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

Shades of Yellow #FAFF0F

Tints of Yellow #FAFF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.88%

R = 48.08%
G = 49.04%
B = 2.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FAFF0F (or 0xFAFF0F) is known color: Yellow. HEX triplet: FA, FF and 0F. RGB value is (250,255,15). Sum of RGB (Red+Green+Blue) = 250+255+15=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 15 (6.25% from 255 or 2.88% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF0F is #0500F0. Grayscale: #E3E3E3. Windows color (decimal): -327921 or 1048570. OLE color: 1048570.

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

Color convert

RGB 250 255 15 -
CMYK 0.02 0 0.94 0
HSL 61.25º 1% 0.53% -
HSV(B) 61.25º 0.94% 1% -
XYZ 75.27 91.88 14.22 -
YUV 226.15 8.84 145.01 -
System Red Green Blue C M Y K H S L
Decimal 250 255 15 0.02 0 0.94 0 61.25 1 0.53
Hex FA FF F 2 0 5E 0 3D 64 35
Octal 372 377 17 2 0 136 0 75 144 65
Binary 11111010 11111111 1111 10 0 1011110 0 111101 1100100 110101

Color Harmonies of #FAFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF0F

Black with #FAFF0F

Text Example


Text Example

White with #FAFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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