Html Css Color HEX #F28107 Tangerine

📋 copy color: '#F28107'

red 242 ◦ green 129 ◦ blue 7

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

Shades of Tangerine #F28107

Tints of Tangerine #F28107

RGB

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

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

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

R = 64.02%
G = 34.13%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F28107 (or 0xF28107) is known color: Tangerine. HEX triplet: F2, 81 and 07. RGB value is (242,129,7). Sum of RGB (Red+Green+Blue) = 242+129+7=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F28107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28107 is #0D7EF8. Grayscale: #959595. Windows color (decimal): -884473 or 492018. OLE color: 492018.

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

Color convert

RGB 242 129 7 -
CMYK 0 0.47 0.97 0.05
HSL 31.15º 0.94% 0.49% -
HSV(B) 31.15º 0.97% 0.95% -
XYZ 44.51 34.59 4.53 -
YUV 148.88 47.94 194.42 -
System Red Green Blue C M Y K H S L
Decimal 242 129 7 0 0.47 0.97 0.05 31.15 0.94 0.49
Hex F2 81 7 0 2F 61 5 1F 5E 31
Octal 362 201 7 0 57 141 5 37 136 61
Binary 11110010 10000001 111 0 101111 1100001 101 11111 1011110 110001

Color Harmonies of #F28107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28107

Black with #F28107

Text Example


Text Example

White with #F28107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28107; }

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

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

background-color css

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

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

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

border-color css

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

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

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