Html Css Color HEX #F2880B Tangerine

📋 copy color: '#F2880B'

red 242 ◦ green 136 ◦ blue 11

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

Shades of Tangerine #F2880B

Tints of Tangerine #F2880B

RGB

 RED value IS 242 (94.92% from 255) = 62.21%

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

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

R = 62.21%
G = 34.96%
B = 2.83%

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

#F2880B (or 0xF2880B) is known color: Tangerine. HEX triplet: F2, 88 and 0B. RGB value is (242,136,11). Sum of RGB (Red+Green+Blue) = 242+136+11=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2880B is #0D77F4. Grayscale: #9A9A9A. Windows color (decimal): -882677 or 755954. OLE color: 755954.

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

Color convert

RGB 242 136 11 -
CMYK 0 0.44 0.95 0.05
HSL 32.47º 0.91% 0.5% -
HSV(B) 32.47º 0.95% 0.95% -
XYZ 45.48 36.51 4.97 -
YUV 153.44 47.62 191.16 -
System Red Green Blue C M Y K H S L
Decimal 242 136 11 0 0.44 0.95 0.05 32.47 0.91 0.5
Hex F2 88 B 0 2C 5F 5 20 5B 32
Octal 362 210 13 0 54 137 5 40 133 62
Binary 11110010 10001000 1011 0 101100 1011111 101 100000 1011011 110010

Color Harmonies of #F2880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2880B

Black with #F2880B

Text Example


Text Example

White with #F2880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2880B; }

 p { color: rgb(242,136,11); }

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

background-color css

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

 a { background-color: rgb(242,136,11); }

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

border-color css

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

 span { border-color: rgb(242,136,11); }

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