Html Css Color HEX #F2810C Tangerine

📋 copy color: '#F2810C'

red 242 ◦ green 129 ◦ blue 12

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

Shades of Tangerine #F2810C

Tints of Tangerine #F2810C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 63.19%
G = 33.68%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2810C (or 0xF2810C) is known color: Tangerine. HEX triplet: F2, 81 and 0C. RGB value is (242,129,12). Sum of RGB (Red+Green+Blue) = 242+129+12=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2810C is #0D7EF3. Grayscale: #969696. Windows color (decimal): -884468 or 819698. OLE color: 819698.

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

Color convert

RGB 242 129 12 -
CMYK 0 0.47 0.95 0.05
HSL 30.52º 0.91% 0.5% -
HSV(B) 30.52º 0.95% 0.95% -
XYZ 44.53 34.6 4.68 -
YUV 149.45 50.44 194.01 -
System Red Green Blue C M Y K H S L
Decimal 242 129 12 0 0.47 0.95 0.05 30.52 0.91 0.5
Hex F2 81 C 0 2F 5F 5 1F 5B 32
Octal 362 201 14 0 57 137 5 37 133 62
Binary 11110010 10000001 1100 0 101111 1011111 101 11111 1011011 110010

Color Harmonies of #F2810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2810C

Black with #F2810C

Text Example


Text Example

White with #F2810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2810C; }

 p { color: rgb(242,129,12); }

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

background-color css

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

 a { background-color: rgb(242,129,12); }

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

border-color css

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

 span { border-color: rgb(242,129,12); }

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