Html Css Color HEX #F28407 Tangerine

📋 copy color: '#F28407'

red 242 ◦ green 132 ◦ blue 7

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

Shades of Tangerine #F28407

Tints of Tangerine #F28407

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

 BLUE value IS 7 (3.13% from 255) = 1.84%

R = 63.52%
G = 34.65%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F28407 (or 0xF28407) is known color: Tangerine. HEX triplet: F2, 84 and 07. RGB value is (242,132,7). Sum of RGB (Red+Green+Blue) = 242+132+7=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F28407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28407 is #0D7BF8. Grayscale: #979797. Windows color (decimal): -883705 or 492786. OLE color: 492786.

HSL color Cylindrical-coordinate representation of color #F28407: hue angle of 31.91º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F28407 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 132 7 -
CMYK 0 0.45 0.97 0.05
HSL 31.91º 0.94% 0.49% -
HSV(B) 31.91º 0.97% 0.95% -
XYZ 44.91 35.4 4.67 -
YUV 150.64 46.94 193.16 -
System Red Green Blue C M Y K H S L
Decimal 242 132 7 0 0.45 0.97 0.05 31.91 0.94 0.49
Hex F2 84 7 0 2D 61 5 20 5E 31
Octal 362 204 7 0 55 141 5 40 136 61
Binary 11110010 10000100 111 0 101101 1100001 101 100000 1011110 110001

Color Harmonies of #F28407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28407

Black with #F28407

Text Example


Text Example

White with #F28407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28407; }

 p { color: rgb(242,132,7); }

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

background-color css

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

 a { background-color: rgb(242,132,7); }

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

border-color css

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

 span { border-color: rgb(242,132,7); }

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