Html Css Color HEX #F3A50B Dark Tangerine

📋 copy color: '#F3A50B'

red 243 ◦ green 165 ◦ blue 11

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

Shades of Dark Tangerine #F3A50B

Tints of Dark Tangerine #F3A50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.63%

R = 58%
G = 39.38%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3A50B (or 0xF3A50B) is known color: Dark Tangerine. HEX triplet: F3, A5 and 0B. RGB value is (243,165,11). Sum of RGB (Red+Green+Blue) = 243+165+11=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A50B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A50B is #0C5AF4. Grayscale: #ABABAB. Windows color (decimal): -809717 or 763379. OLE color: 763379.

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

Color convert

RGB 243 165 11 -
CMYK 0 0.32 0.95 0.05
HSL 39.83º 0.91% 0.5% -
HSV(B) 39.83º 0.95% 0.95% -
XYZ 50.48 45.99 6.53 -
YUV 170.77 37.84 179.52 -
System Red Green Blue C M Y K H S L
Decimal 243 165 11 0 0.32 0.95 0.05 39.83 0.91 0.5
Hex F3 A5 B 0 20 5F 5 28 5B 32
Octal 363 245 13 0 40 137 5 50 133 62
Binary 11110011 10100101 1011 0 100000 1011111 101 101000 1011011 110010

Color Harmonies of #F3A50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A50B

Black with #F3A50B

Text Example


Text Example

White with #F3A50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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