Html Css Color HEX #FAA10C Dark Tangerine

📋 copy color: '#FAA10C'

red 250 ◦ green 161 ◦ blue 12

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

Shades of Dark Tangerine #FAA10C

Tints of Dark Tangerine #FAA10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.06%

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 59.1%
G = 38.06%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAA10C (or 0xFAA10C) is known color: Dark Tangerine. HEX triplet: FA, A1 and 0C. RGB value is (250,161,12). Sum of RGB (Red+Green+Blue) = 250+161+12=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA10C is #055EF3. Grayscale: #ABABAB. Windows color (decimal): -351988 or 827898. OLE color: 827898.

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

Color convert

RGB 250 161 12 -
CMYK 0 0.36 0.95 0.02
HSL 37.56º 0.96% 0.51% -
HSV(B) 37.56º 0.95% 0.98% -
XYZ 52.24 45.84 6.44 -
YUV 170.63 38.49 184.62 -
System Red Green Blue C M Y K H S L
Decimal 250 161 12 0 0.36 0.95 0.02 37.56 0.96 0.51
Hex FA A1 C 0 24 5F 2 26 60 33
Octal 372 241 14 0 44 137 2 46 140 63
Binary 11111010 10100001 1100 0 100100 1011111 10 100110 1100000 110011

Color Harmonies of #FAA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA10C

Black with #FAA10C

Text Example


Text Example

White with #FAA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA10C; }

 p { color: rgb(250,161,12); }

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

background-color css

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

 a { background-color: rgb(250,161,12); }

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

border-color css

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

 span { border-color: rgb(250,161,12); }

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