Html Css Color HEX #F0810B Tangerine

📋 copy color: '#F0810B'

red 240 ◦ green 129 ◦ blue 11

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

Shades of Tangerine #F0810B

Tints of Tangerine #F0810B

RGB

 RED value IS 240 (94.14% from 255) = 63.16%

 GREEN value IS 129 (50.78% from 255) = 33.95%

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

R = 63.16%
G = 33.95%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0810B (or 0xF0810B) is known color: Tangerine. HEX triplet: F0, 81 and 0B. RGB value is (240,129,11). Sum of RGB (Red+Green+Blue) = 240+129+11=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0810B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0810B is #0F7EF4. Grayscale: #959595. Windows color (decimal): -1015541 or 754160. OLE color: 754160.

HSL color Cylindrical-coordinate representation of color #F0810B: hue angle of 30.92º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0810B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 11 -
CMYK 0 0.46 0.95 0.06
HSL 30.92º 0.91% 0.49% -
HSV(B) 30.92º 0.95% 0.94% -
XYZ 43.85 34.25 4.62 -
YUV 148.74 50.27 193.09 -
System Red Green Blue C M Y K H S L
Decimal 240 129 11 0 0.46 0.95 0.06 30.92 0.91 0.49
Hex F0 81 B 0 2E 5F 6 1F 5B 31
Octal 360 201 13 0 56 137 6 37 133 61
Binary 11110000 10000001 1011 0 101110 1011111 110 11111 1011011 110001

Color Harmonies of #F0810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0810B

Black with #F0810B

Text Example


Text Example

White with #F0810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0810B; }

 p { color: rgb(240,129,11); }

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

background-color css

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

 a { background-color: rgb(240,129,11); }

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

border-color css

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

 span { border-color: rgb(240,129,11); }

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