Html Css Color HEX #F3850A Tangerine

📋 copy color: '#F3850A'

red 243 ◦ green 133 ◦ blue 10

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

Shades of Tangerine #F3850A

Tints of Tangerine #F3850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

 BLUE value IS 10 (4.3% from 255) = 2.59%

R = 62.95%
G = 34.46%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F3850A (or 0xF3850A) is known color: Tangerine. HEX triplet: F3, 85 and 0A. RGB value is (243,133,10). Sum of RGB (Red+Green+Blue) = 243+133+10=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3850A is #0C7AF5. Grayscale: #989898. Windows color (decimal): -817910 or 689651. OLE color: 689651.

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

Color convert

RGB 243 133 10 -
CMYK 0 0.45 0.96 0.05
HSL 31.67º 0.92% 0.5% -
HSV(B) 31.67º 0.96% 0.95% -
XYZ 45.4 35.85 4.81 -
YUV 151.87 47.94 193 -
System Red Green Blue C M Y K H S L
Decimal 243 133 10 0 0.45 0.96 0.05 31.67 0.92 0.5
Hex F3 85 A 0 2D 60 5 20 5C 32
Octal 363 205 12 0 55 140 5 40 134 62
Binary 11110011 10000101 1010 0 101101 1100000 101 100000 1011100 110010

Color Harmonies of #F3850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3850A

Black with #F3850A

Text Example


Text Example

White with #F3850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3850A; }

 p { color: rgb(243,133,10); }

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

background-color css

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

 a { background-color: rgb(243,133,10); }

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

border-color css

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

 span { border-color: rgb(243,133,10); }

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