Html Css Color HEX #FAB80E Selective Yellow

📋 copy color: '#FAB80E'

red 250 ◦ green 184 ◦ blue 14

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

Shades of Selective Yellow #FAB80E

Tints of Selective Yellow #FAB80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.07%

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

R = 55.8%
G = 41.07%
B = 3.13%

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

#FAB80E (or 0xFAB80E) is known color: Selective Yellow. HEX triplet: FA, B8 and 0E. RGB value is (250,184,14). Sum of RGB (Red+Green+Blue) = 250+184+14=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB80E is #0547F1. Grayscale: #B9B9B9. Windows color (decimal): -346098 or 964858. OLE color: 964858.

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

Color convert

RGB 250 184 14 -
CMYK 0 0.26 0.94 0.02
HSL 43.22º 0.96% 0.52% -
HSV(B) 43.22º 0.94% 0.98% -
XYZ 56.64 54.64 7.98 -
YUV 184.35 31.87 174.82 -
System Red Green Blue C M Y K H S L
Decimal 250 184 14 0 0.26 0.94 0.02 43.22 0.96 0.52
Hex FA B8 E 0 1A 5E 2 2B 60 34
Octal 372 270 16 0 32 136 2 53 140 64
Binary 11111010 10111000 1110 0 11010 1011110 10 101011 1100000 110100

Color Harmonies of #FAB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB80E

Black with #FAB80E

Text Example


Text Example

White with #FAB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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