Html Css Color HEX #F3820C Tangerine

📋 copy color: '#F3820C'

red 243 ◦ green 130 ◦ blue 12

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

Shades of Tangerine #F3820C

Tints of Tangerine #F3820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

 BLUE value IS 12 (5.08% from 255) = 3.12%

R = 63.12%
G = 33.77%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3820C (or 0xF3820C) is known color: Tangerine. HEX triplet: F3, 82 and 0C. RGB value is (243,130,12). Sum of RGB (Red+Green+Blue) = 243+130+12=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3820C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3820C is #0C7DF3. Grayscale: #969696. Windows color (decimal): -818676 or 819955. OLE color: 819955.

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

Color convert

RGB 243 130 12 -
CMYK 0 0.47 0.95 0.05
HSL 30.65º 0.91% 0.5% -
HSV(B) 30.65º 0.95% 0.95% -
XYZ 45.01 35.05 4.74 -
YUV 150.34 49.94 194.09 -
System Red Green Blue C M Y K H S L
Decimal 243 130 12 0 0.47 0.95 0.05 30.65 0.91 0.5
Hex F3 82 C 0 2F 5F 5 1F 5B 32
Octal 363 202 14 0 57 137 5 37 133 62
Binary 11110011 10000010 1100 0 101111 1011111 101 11111 1011011 110010

Color Harmonies of #F3820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3820C

Black with #F3820C

Text Example


Text Example

White with #F3820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3820C; }

 p { color: rgb(243,130,12); }

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

background-color css

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

 a { background-color: rgb(243,130,12); }

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

border-color css

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

 span { border-color: rgb(243,130,12); }

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