Html Css Color HEX #FABA0E Selective Yellow

📋 copy color: '#FABA0E'

red 250 ◦ green 186 ◦ blue 14

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

Shades of Selective Yellow #FABA0E

Tints of Selective Yellow #FABA0E

RGB

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

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

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

R = 55.56%
G = 41.33%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FABA0E (or 0xFABA0E) is known color: Selective Yellow. HEX triplet: FA, BA and 0E. RGB value is (250,186,14). Sum of RGB (Red+Green+Blue) = 250+186+14=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA0E is #0545F1. Grayscale: #BABABA. Windows color (decimal): -345586 or 965370. OLE color: 965370.

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

Color convert

RGB 250 186 14 -
CMYK 0 0.26 0.94 0.02
HSL 43.73º 0.96% 0.52% -
HSV(B) 43.73º 0.94% 0.98% -
XYZ 57.06 55.47 8.12 -
YUV 185.53 31.2 173.99 -
System Red Green Blue C M Y K H S L
Decimal 250 186 14 0 0.26 0.94 0.02 43.73 0.96 0.52
Hex FA BA E 0 1A 5E 2 2C 60 34
Octal 372 272 16 0 32 136 2 54 140 64
Binary 11111010 10111010 1110 0 11010 1011110 10 101100 1100000 110100

Color Harmonies of #FABA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA0E

Black with #FABA0E

Text Example


Text Example

White with #FABA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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