Html Css Color HEX #F3880D Tangerine

📋 copy color: '#F3880D'

red 243 ◦ green 136 ◦ blue 13

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

Shades of Tangerine #F3880D

Tints of Tangerine #F3880D

RGB

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

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

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

R = 61.99%
G = 34.69%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3880D (or 0xF3880D) is known color: Tangerine. HEX triplet: F3, 88 and 0D. RGB value is (243,136,13). Sum of RGB (Red+Green+Blue) = 243+136+13=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F3880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3880D is #0C77F2. Grayscale: #9A9A9A. Windows color (decimal): -817139 or 887027. OLE color: 887027.

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

Color convert

RGB 243 136 13 -
CMYK 0 0.44 0.95 0.05
HSL 32.09º 0.91% 0.5% -
HSV(B) 32.09º 0.95% 0.95% -
XYZ 45.84 36.69 5.05 -
YUV 153.97 48.45 191.5 -
System Red Green Blue C M Y K H S L
Decimal 243 136 13 0 0.44 0.95 0.05 32.09 0.91 0.5
Hex F3 88 D 0 2C 5F 5 20 5B 32
Octal 363 210 15 0 54 137 5 40 133 62
Binary 11110011 10001000 1101 0 101100 1011111 101 100000 1011011 110010

Color Harmonies of #F3880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3880D

Black with #F3880D

Text Example


Text Example

White with #F3880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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