Html Css Color HEX #FAB10D Dark Tangerine

📋 copy color: '#FAB10D'

red 250 ◦ green 177 ◦ blue 13

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

Shades of Dark Tangerine #FAB10D

Tints of Dark Tangerine #FAB10D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.23%

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 56.82%
G = 40.23%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAB10D (or 0xFAB10D) is known color: Dark Tangerine. HEX triplet: FA, B1 and 0D. RGB value is (250,177,13). Sum of RGB (Red+Green+Blue) = 250+177+13=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB10D is #054EF2. Grayscale: #B4B4B4. Windows color (decimal): -347891 or 897530. OLE color: 897530.

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

Color convert

RGB 250 177 13 -
CMYK 0 0.29 0.95 0.02
HSL 41.52º 0.96% 0.52% -
HSV(B) 41.52º 0.95% 0.98% -
XYZ 55.22 51.8 7.47 -
YUV 180.13 33.68 177.84 -
System Red Green Blue C M Y K H S L
Decimal 250 177 13 0 0.29 0.95 0.02 41.52 0.96 0.52
Hex FA B1 D 0 1D 5F 2 2A 60 34
Octal 372 261 15 0 35 137 2 52 140 64
Binary 11111010 10110001 1101 0 11101 1011111 10 101010 1100000 110100

Color Harmonies of #FAB10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB10D

Black with #FAB10D

Text Example


Text Example

White with #FAB10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB10D; }

 p { color: rgb(250,177,13); }

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

background-color css

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

 a { background-color: rgb(250,177,13); }

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

border-color css

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

 span { border-color: rgb(250,177,13); }

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