Html Css Color HEX #FABA04 Selective Yellow

📋 copy color: '#FABA04'

red 250 ◦ green 186 ◦ blue 4

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

Shades of Selective Yellow #FABA04

Tints of Selective Yellow #FABA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 56.82%
G = 42.27%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FABA04 (or 0xFABA04) is known color: Selective Yellow. HEX triplet: FA, BA and 04. RGB value is (250,186,4). Sum of RGB (Red+Green+Blue) = 250+186+4=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA04 is #0545FB. Grayscale: #B9B9B9. Windows color (decimal): -345596 or 310010. OLE color: 310010.

HSL color Cylindrical-coordinate representation of color #FABA04: hue angle of 44.39º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FABA04 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 4 -
CMYK 0 0.26 0.98 0.02
HSL 44.39º 0.97% 0.5% -
HSV(B) 44.39º 0.98% 0.98% -
XYZ 57.01 55.45 7.81 -
YUV 184.39 26.2 174.8 -
System Red Green Blue C M Y K H S L
Decimal 250 186 4 0 0.26 0.98 0.02 44.39 0.97 0.5
Hex FA BA 4 0 1A 62 2 2C 61 32
Octal 372 272 4 0 32 142 2 54 141 62
Binary 11111010 10111010 100 0 11010 1100010 10 101100 1100001 110010

Color Harmonies of #FABA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA04

Black with #FABA04

Text Example


Text Example

White with #FABA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA04; }

 p { color: rgb(250,186,4); }

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

background-color css

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

 a { background-color: rgb(250,186,4); }

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

border-color css

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

 span { border-color: rgb(250,186,4); }

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