Html Css Color HEX #F3A520 Dark Tangerine

📋 copy color: '#F3A520'

red 243 ◦ green 165 ◦ blue 32

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

Shades of Dark Tangerine #F3A520

Tints of Dark Tangerine #F3A520

RGB

 RED value IS 243 (95.31% from 255) = 55.23%

 GREEN value IS 165 (64.84% from 255) = 37.5%

 BLUE value IS 32 (12.89% from 255) = 7.27%

R = 55.23%
G = 37.5%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F3A520 (or 0xF3A520) is known color: Dark Tangerine. HEX triplet: F3, A5 and 20. RGB value is (243,165,32). Sum of RGB (Red+Green+Blue) = 243+165+32=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A520 is #0C5ADF. Grayscale: #ADADAD. Windows color (decimal): -809696 or 2139635. OLE color: 2139635.

HSL color Cylindrical-coordinate representation of color #F3A520: hue angle of 37.82º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3A520 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 165 32 -
CMYK 0 0.32 0.87 0.05
HSL 37.82º 0.9% 0.54% -
HSV(B) 37.82º 0.87% 0.95% -
XYZ 50.68 46.07 7.59 -
YUV 173.16 48.34 177.81 -
System Red Green Blue C M Y K H S L
Decimal 243 165 32 0 0.32 0.87 0.05 37.82 0.9 0.54
Hex F3 A5 20 0 20 57 5 26 5A 36
Octal 363 245 40 0 40 127 5 46 132 66
Binary 11110011 10100101 100000 0 100000 1010111 101 100110 1011010 110110

Color Harmonies of #F3A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A520

Black with #F3A520

Text Example


Text Example

White with #F3A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A520; }

 p { color: rgb(243,165,32); }

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

background-color css

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

 a { background-color: rgb(243,165,32); }

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

border-color css

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

 span { border-color: rgb(243,165,32); }

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