Html Css Color HEX #F28612 Tangerine

📋 copy color: '#F28612'

red 242 ◦ green 134 ◦ blue 18

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

Shades of Tangerine #F28612

Tints of Tangerine #F28612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.01%

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

R = 61.42%
G = 34.01%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F28612 (or 0xF28612) is known color: Tangerine. HEX triplet: F2, 86 and 12. RGB value is (242,134,18). Sum of RGB (Red+Green+Blue) = 242+134+18=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F28612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28612 is #0D79ED. Grayscale: #999999. Windows color (decimal): -883182 or 1214194. OLE color: 1214194.

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

Color convert

RGB 242 134 18 -
CMYK 0 0.45 0.93 0.05
HSL 31.07º 0.9% 0.51% -
HSV(B) 31.07º 0.93% 0.95% -
XYZ 45.25 35.97 5.13 -
YUV 153.07 51.78 191.43 -
System Red Green Blue C M Y K H S L
Decimal 242 134 18 0 0.45 0.93 0.05 31.07 0.9 0.51
Hex F2 86 12 0 2D 5D 5 1F 5A 33
Octal 362 206 22 0 55 135 5 37 132 63
Binary 11110010 10000110 10010 0 101101 1011101 101 11111 1011010 110011

Color Harmonies of #F28612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28612

Black with #F28612

Text Example


Text Example

White with #F28612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28612; }

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

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

background-color css

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

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

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

border-color css

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

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

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