Html Css Color HEX #F28207 Tangerine

📋 copy color: '#F28207'

red 242 ◦ green 130 ◦ blue 7

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

Shades of Tangerine #F28207

Tints of Tangerine #F28207

RGB

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

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

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

R = 63.85%
G = 34.3%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F28207 (or 0xF28207) is known color: Tangerine. HEX triplet: F2, 82 and 07. RGB value is (242,130,7). Sum of RGB (Red+Green+Blue) = 242+130+7=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F28207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28207 is #0D7DF8. Grayscale: #969696. Windows color (decimal): -884217 or 492274. OLE color: 492274.

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

Color convert

RGB 242 130 7 -
CMYK 0 0.46 0.97 0.05
HSL 31.4º 0.94% 0.49% -
HSV(B) 31.4º 0.97% 0.95% -
XYZ 44.64 34.86 4.58 -
YUV 149.47 47.61 194 -
System Red Green Blue C M Y K H S L
Decimal 242 130 7 0 0.46 0.97 0.05 31.4 0.94 0.49
Hex F2 82 7 0 2E 61 5 1F 5E 31
Octal 362 202 7 0 56 141 5 37 136 61
Binary 11110010 10000010 111 0 101110 1100001 101 11111 1011110 110001

Color Harmonies of #F28207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28207

Black with #F28207

Text Example


Text Example

White with #F28207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28207; }

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

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

background-color css

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

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

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

border-color css

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

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

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