Html Css Color HEX #F2820B Tangerine

📋 copy color: '#F2820B'

red 242 ◦ green 130 ◦ blue 11

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

Shades of Tangerine #F2820B

Tints of Tangerine #F2820B

RGB

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

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

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

R = 63.19%
G = 33.94%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2820B (or 0xF2820B) is known color: Tangerine. HEX triplet: F2, 82 and 0B. RGB value is (242,130,11). Sum of RGB (Red+Green+Blue) = 242+130+11=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2820B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2820B is #0D7DF4. Grayscale: #969696. Windows color (decimal): -884213 or 754418. OLE color: 754418.

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

Color convert

RGB 242 130 11 -
CMYK 0 0.46 0.95 0.05
HSL 30.91º 0.91% 0.5% -
HSV(B) 30.91º 0.95% 0.95% -
XYZ 44.66 34.87 4.69 -
YUV 149.92 49.61 193.68 -
System Red Green Blue C M Y K H S L
Decimal 242 130 11 0 0.46 0.95 0.05 30.91 0.91 0.5
Hex F2 82 B 0 2E 5F 5 1F 5B 32
Octal 362 202 13 0 56 137 5 37 133 62
Binary 11110010 10000010 1011 0 101110 1011111 101 11111 1011011 110010

Color Harmonies of #F2820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2820B

Black with #F2820B

Text Example


Text Example

White with #F2820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2820B; }

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

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

background-color css

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

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

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

border-color css

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

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

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