Html Css Color HEX #F3880F Tangerine

📋 copy color: '#F3880F'

red 243 ◦ green 136 ◦ blue 15

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

Shades of Tangerine #F3880F

Tints of Tangerine #F3880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

 BLUE value IS 15 (6.25% from 255) = 3.81%

R = 61.68%
G = 34.52%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3880F (or 0xF3880F) is known color: Tangerine. HEX triplet: F3, 88 and 0F. RGB value is (243,136,15). Sum of RGB (Red+Green+Blue) = 243+136+15=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F3880F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3880F is #0C77F0. Grayscale: #9A9A9A. Windows color (decimal): -817137 or 1018099. OLE color: 1018099.

HSL color Cylindrical-coordinate representation of color #F3880F: hue angle of 31.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3880F is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 136 15 -
CMYK 0 0.44 0.94 0.05
HSL 31.84º 0.9% 0.51% -
HSV(B) 31.84º 0.94% 0.95% -
XYZ 45.85 36.7 5.12 -
YUV 154.2 49.45 191.34 -
System Red Green Blue C M Y K H S L
Decimal 243 136 15 0 0.44 0.94 0.05 31.84 0.9 0.51
Hex F3 88 F 0 2C 5E 5 20 5A 33
Octal 363 210 17 0 54 136 5 40 132 63
Binary 11110011 10001000 1111 0 101100 1011110 101 100000 1011010 110011

Color Harmonies of #F3880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3880F

Black with #F3880F

Text Example


Text Example

White with #F3880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3880F; }

 p { color: rgb(243,136,15); }

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

background-color css

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

 a { background-color: rgb(243,136,15); }

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

border-color css

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

 span { border-color: rgb(243,136,15); }

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