Html Css Color HEX #FAB413 Dark Tangerine

📋 copy color: '#FAB413'

red 250 ◦ green 180 ◦ blue 19

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

Shades of Dark Tangerine #FAB413

Tints of Dark Tangerine #FAB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 19 (7.81% from 255) = 4.23%

R = 55.68%
G = 40.09%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAB413 (or 0xFAB413) is known color: Dark Tangerine. HEX triplet: FA, B4 and 13. RGB value is (250,180,19). Sum of RGB (Red+Green+Blue) = 250+180+19=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB413 is #054BEC. Grayscale: #B7B7B7. Windows color (decimal): -347117 or 1291514. OLE color: 1291514.

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

Color convert

RGB 250 180 19 -
CMYK 0 0.28 0.92 0.02
HSL 41.82º 0.96% 0.53% -
HSV(B) 41.82º 0.92% 0.98% -
XYZ 55.86 53.01 7.9 -
YUV 182.58 35.69 176.09 -
System Red Green Blue C M Y K H S L
Decimal 250 180 19 0 0.28 0.92 0.02 41.82 0.96 0.53
Hex FA B4 13 0 1C 5C 2 2A 60 35
Octal 372 264 23 0 34 134 2 52 140 65
Binary 11111010 10110100 10011 0 11100 1011100 10 101010 1100000 110101

Color Harmonies of #FAB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB413

Black with #FAB413

Text Example


Text Example

White with #FAB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB413; }

 p { color: rgb(250,180,19); }

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

background-color css

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

 a { background-color: rgb(250,180,19); }

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

border-color css

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

 span { border-color: rgb(250,180,19); }

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