Html Css Color HEX #F3920B Tangerine

📋 copy color: '#F3920B'

red 243 ◦ green 146 ◦ blue 11

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

Shades of Tangerine #F3920B

Tints of Tangerine #F3920B

RGB

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

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

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

R = 60.75%
G = 36.5%
B = 2.75%

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

#F3920B (or 0xF3920B) is known color: Tangerine. HEX triplet: F3, 92 and 0B. RGB value is (243,146,11). Sum of RGB (Red+Green+Blue) = 243+146+11=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F3920B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3920B is #0C6DF4. Grayscale: #A0A0A0. Windows color (decimal): -814581 or 758515. OLE color: 758515.

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

Color convert

RGB 243 146 11 -
CMYK 0 0.40 0.95 0.05
HSL 34.91º 0.91% 0.5% -
HSV(B) 34.91º 0.95% 0.95% -
XYZ 47.3 39.64 5.47 -
YUV 159.61 44.14 187.48 -
System Red Green Blue C M Y K H S L
Decimal 243 146 11 0 0.40 0.95 0.05 34.91 0.91 0.5
Hex F3 92 B 0 28 5F 5 23 5B 32
Octal 363 222 13 0 50 137 5 43 133 62
Binary 11110011 10010010 1011 0 101000 1011111 101 100011 1011011 110010

Color Harmonies of #F3920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3920B

Black with #F3920B

Text Example


Text Example

White with #F3920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3920B; }

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

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

background-color css

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

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

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

border-color css

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

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

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