Html Css Color HEX #F3A00F Dark Tangerine

📋 copy color: '#F3A00F'

red 243 ◦ green 160 ◦ blue 15

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

Shades of Dark Tangerine #F3A00F

Tints of Dark Tangerine #F3A00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.28%

 BLUE value IS 15 (6.25% from 255) = 3.59%

R = 58.13%
G = 38.28%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3A00F (or 0xF3A00F) is known color: Dark Tangerine. HEX triplet: F3, A0 and 0F. RGB value is (243,160,15). Sum of RGB (Red+Green+Blue) = 243+160+15=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A00F is #0C5FF0. Grayscale: #A8A8A8. Windows color (decimal): -810993 or 1024243. OLE color: 1024243.

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

Color convert

RGB 243 160 15 -
CMYK 0 0.34 0.94 0.05
HSL 38.16º 0.9% 0.51% -
HSV(B) 38.16º 0.94% 0.95% -
XYZ 49.62 44.23 6.37 -
YUV 168.29 41.5 181.29 -
System Red Green Blue C M Y K H S L
Decimal 243 160 15 0 0.34 0.94 0.05 38.16 0.9 0.51
Hex F3 A0 F 0 22 5E 5 26 5A 33
Octal 363 240 17 0 42 136 5 46 132 63
Binary 11110011 10100000 1111 0 100010 1011110 101 100110 1011010 110011

Color Harmonies of #F3A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A00F

Black with #F3A00F

Text Example


Text Example

White with #F3A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A00F; }

 p { color: rgb(243,160,15); }

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

background-color css

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

 a { background-color: rgb(243,160,15); }

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

border-color css

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

 span { border-color: rgb(243,160,15); }

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