Html Css Color HEX #FAB816 Dark Tangerine

📋 copy color: '#FAB816'

red 250 ◦ green 184 ◦ blue 22

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

Shades of Dark Tangerine #FAB816

Tints of Dark Tangerine #FAB816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.82%

R = 54.82%
G = 40.35%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAB816 (or 0xFAB816) is known color: Dark Tangerine. HEX triplet: FA, B8 and 16. RGB value is (250,184,22). Sum of RGB (Red+Green+Blue) = 250+184+22=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB816 is #0547E9. Grayscale: #B9B9B9. Windows color (decimal): -346090 or 1489146. OLE color: 1489146.

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

Color convert

RGB 250 184 22 -
CMYK 0 0.26 0.91 0.02
HSL 42.63º 0.96% 0.53% -
HSV(B) 42.63º 0.91% 0.98% -
XYZ 56.71 54.66 8.32 -
YUV 185.27 35.87 174.17 -
System Red Green Blue C M Y K H S L
Decimal 250 184 22 0 0.26 0.91 0.02 42.63 0.96 0.53
Hex FA B8 16 0 1A 5B 2 2B 60 35
Octal 372 270 26 0 32 133 2 53 140 65
Binary 11111010 10111000 10110 0 11010 1011011 10 101011 1100000 110101

Color Harmonies of #FAB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB816

Black with #FAB816

Text Example


Text Example

White with #FAB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB816; }

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

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

background-color css

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

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

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

border-color css

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

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

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