Html Css Color HEX #FAB812 Dark Tangerine

📋 copy color: '#FAB812'

red 250 ◦ green 184 ◦ blue 18

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

Shades of Dark Tangerine #FAB812

Tints of Dark Tangerine #FAB812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.98%

R = 55.31%
G = 40.71%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAB812 (or 0xFAB812) is known color: Dark Tangerine. HEX triplet: FA, B8 and 12. RGB value is (250,184,18). Sum of RGB (Red+Green+Blue) = 250+184+18=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB812 is #0547ED. Grayscale: #B9B9B9. Windows color (decimal): -346094 or 1227002. OLE color: 1227002.

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

Color convert

RGB 250 184 18 -
CMYK 0 0.26 0.93 0.02
HSL 42.93º 0.96% 0.53% -
HSV(B) 42.93º 0.93% 0.98% -
XYZ 56.67 54.65 8.13 -
YUV 184.81 33.87 174.5 -
System Red Green Blue C M Y K H S L
Decimal 250 184 18 0 0.26 0.93 0.02 42.93 0.96 0.53
Hex FA B8 12 0 1A 5D 2 2B 60 35
Octal 372 270 22 0 32 135 2 53 140 65
Binary 11111010 10111000 10010 0 11010 1011101 10 101011 1100000 110101

Color Harmonies of #FAB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB812

Black with #FAB812

Text Example


Text Example

White with #FAB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB812; }

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

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

background-color css

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

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

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

border-color css

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

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

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