Html Css Color HEX #F28712 Tangerine

📋 copy color: '#F28712'

red 242 ◦ green 135 ◦ blue 18

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

Shades of Tangerine #F28712

Tints of Tangerine #F28712

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

 BLUE value IS 18 (7.42% from 255) = 4.56%

R = 61.27%
G = 34.18%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F28712 (or 0xF28712) is known color: Tangerine. HEX triplet: F2, 87 and 12. RGB value is (242,135,18). Sum of RGB (Red+Green+Blue) = 242+135+18=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F28712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28712 is #0D78ED. Grayscale: #9A9A9A. Windows color (decimal): -882926 or 1214450. OLE color: 1214450.

HSL color Cylindrical-coordinate representation of color #F28712: hue angle of 31.34º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F28712 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 135 18 -
CMYK 0 0.44 0.93 0.05
HSL 31.34º 0.9% 0.51% -
HSV(B) 31.34º 0.93% 0.95% -
XYZ 45.39 36.25 5.18 -
YUV 153.66 51.45 191.01 -
System Red Green Blue C M Y K H S L
Decimal 242 135 18 0 0.44 0.93 0.05 31.34 0.9 0.51
Hex F2 87 12 0 2C 5D 5 1F 5A 33
Octal 362 207 22 0 54 135 5 37 132 63
Binary 11110010 10000111 10010 0 101100 1011101 101 11111 1011010 110011

Color Harmonies of #F28712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28712

Black with #F28712

Text Example


Text Example

White with #F28712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28712; }

 p { color: rgb(242,135,18); }

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

background-color css

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

 a { background-color: rgb(242,135,18); }

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

border-color css

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

 span { border-color: rgb(242,135,18); }

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