Html Css Color HEX #F3A40D Dark Tangerine

📋 copy color: '#F3A40D'

red 243 ◦ green 164 ◦ blue 13

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

Shades of Dark Tangerine #F3A40D

Tints of Dark Tangerine #F3A40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.05%

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

R = 57.86%
G = 39.05%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3A40D (or 0xF3A40D) is known color: Dark Tangerine. HEX triplet: F3, A4 and 0D. RGB value is (243,164,13). Sum of RGB (Red+Green+Blue) = 243+164+13=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A40D is #0C5BF2. Grayscale: #ABABAB. Windows color (decimal): -809971 or 894195. OLE color: 894195.

HSL color Cylindrical-coordinate representation of color #F3A40D: hue angle of 39.39º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3A40D is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 164 13 -
CMYK 0 0.33 0.95 0.05
HSL 39.39º 0.91% 0.5% -
HSV(B) 39.39º 0.95% 0.95% -
XYZ 50.31 45.63 6.54 -
YUV 170.41 39.17 179.78 -
System Red Green Blue C M Y K H S L
Decimal 243 164 13 0 0.33 0.95 0.05 39.39 0.91 0.5
Hex F3 A4 D 0 21 5F 5 27 5B 32
Octal 363 244 15 0 41 137 5 47 133 62
Binary 11110011 10100100 1101 0 100001 1011111 101 100111 1011011 110010

Color Harmonies of #F3A40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A40D

Black with #F3A40D

Text Example


Text Example

White with #F3A40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A40D; }

 p { color: rgb(243,164,13); }

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

background-color css

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

 a { background-color: rgb(243,164,13); }

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

border-color css

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

 span { border-color: rgb(243,164,13); }

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