Html Css Color HEX #FAFE15 Yellow

📋 copy color: '#FAFE15'

red 250 ◦ green 254 ◦ blue 21

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

Shades of Yellow #FAFE15

Tints of Yellow #FAFE15

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.38%

 BLUE value IS 21 (8.59% from 255) = 4%

R = 47.62%
G = 48.38%
B = 4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FAFE15 (or 0xFAFE15) is known color: Yellow. HEX triplet: FA, FE and 15. RGB value is (250,254,21). Sum of RGB (Red+Green+Blue) = 250+254+21=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 21 (8.59% from 255 or 4% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE15 is #0501EA. Grayscale: #E3E3E3. Windows color (decimal): -328171 or 1441530. OLE color: 1441530.

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

Color convert

RGB 250 254 21 -
CMYK 0.02 0 0.92 0.00
HSL 61.03º 0.99% 0.54% -
HSV(B) 61.03º 0.92% 1% -
XYZ 75 91.26 14.37 -
YUV 226.24 12.17 144.95 -
System Red Green Blue C M Y K H S L
Decimal 250 254 21 0.02 0 0.92 0.00 61.03 0.99 0.54
Hex FA FE 15 2 0 5C 0 3D 63 36
Octal 372 376 25 2 0 134 0 75 143 66
Binary 11111010 11111110 10101 10 0 1011100 0 111101 1100011 110110

Color Harmonies of #FAFE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE15

Black with #FAFE15

Text Example


Text Example

White with #FAFE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE15; }

 p { color: rgb(250,254,21); }

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

background-color css

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

 a { background-color: rgb(250,254,21); }

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

border-color css

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

 span { border-color: rgb(250,254,21); }

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