Html Css Color HEX #F3920D Tangerine

📋 copy color: '#F3920D'

red 243 ◦ green 146 ◦ blue 13

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

Shades of Tangerine #F3920D

Tints of Tangerine #F3920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.32%

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

R = 60.45%
G = 36.32%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3920D (or 0xF3920D) is known color: Tangerine. HEX triplet: F3, 92 and 0D. RGB value is (243,146,13). Sum of RGB (Red+Green+Blue) = 243+146+13=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F3920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3920D is #0C6DF2. Grayscale: #A0A0A0. Windows color (decimal): -814579 or 889587. OLE color: 889587.

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

Color convert

RGB 243 146 13 -
CMYK 0 0.40 0.95 0.05
HSL 34.7º 0.91% 0.5% -
HSV(B) 34.7º 0.95% 0.95% -
XYZ 47.31 39.64 5.54 -
YUV 159.84 45.14 187.31 -
System Red Green Blue C M Y K H S L
Decimal 243 146 13 0 0.40 0.95 0.05 34.7 0.91 0.5
Hex F3 92 D 0 28 5F 5 23 5B 32
Octal 363 222 15 0 50 137 5 43 133 62
Binary 11110011 10010010 1101 0 101000 1011111 101 100011 1011011 110010

Color Harmonies of #F3920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3920D

Black with #F3920D

Text Example


Text Example

White with #F3920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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