Html Css Color HEX #FAA30C Dark Tangerine

📋 copy color: '#FAA30C'

red 250 ◦ green 163 ◦ blue 12

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

Shades of Dark Tangerine #FAA30C

Tints of Dark Tangerine #FAA30C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

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

R = 58.82%
G = 38.35%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAA30C (or 0xFAA30C) is known color: Dark Tangerine. HEX triplet: FA, A3 and 0C. RGB value is (250,163,12). Sum of RGB (Red+Green+Blue) = 250+163+12=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA30C is #055CF3. Grayscale: #ACACAC. Windows color (decimal): -351476 or 828410. OLE color: 828410.

HSL color Cylindrical-coordinate representation of color #FAA30C: hue angle of 38.07º 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 #FAA30C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 12 -
CMYK 0 0.35 0.95 0.02
HSL 38.07º 0.96% 0.51% -
HSV(B) 38.07º 0.95% 0.98% -
XYZ 52.59 46.54 6.56 -
YUV 171.8 37.82 183.78 -
System Red Green Blue C M Y K H S L
Decimal 250 163 12 0 0.35 0.95 0.02 38.07 0.96 0.51
Hex FA A3 C 0 23 5F 2 26 60 33
Octal 372 243 14 0 43 137 2 46 140 63
Binary 11111010 10100011 1100 0 100011 1011111 10 100110 1100000 110011

Color Harmonies of #FAA30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA30C

Black with #FAA30C

Text Example


Text Example

White with #FAA30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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