Html Css Color HEX #F28307 Tangerine

📋 copy color: '#F28307'

red 242 ◦ green 131 ◦ blue 7

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

Shades of Tangerine #F28307

Tints of Tangerine #F28307

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

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

R = 63.68%
G = 34.47%
B = 1.84%

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

#F28307 (or 0xF28307) is known color: Tangerine. HEX triplet: F2, 83 and 07. RGB value is (242,131,7). Sum of RGB (Red+Green+Blue) = 242+131+7=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F28307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28307 is #0D7CF8. Grayscale: #969696. Windows color (decimal): -883961 or 492530. OLE color: 492530.

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

Color convert

RGB 242 131 7 -
CMYK 0 0.46 0.97 0.05
HSL 31.66º 0.94% 0.49% -
HSV(B) 31.66º 0.97% 0.95% -
XYZ 44.77 35.13 4.62 -
YUV 150.05 47.27 193.58 -
System Red Green Blue C M Y K H S L
Decimal 242 131 7 0 0.46 0.97 0.05 31.66 0.94 0.49
Hex F2 83 7 0 2E 61 5 20 5E 31
Octal 362 203 7 0 56 141 5 40 136 61
Binary 11110010 10000011 111 0 101110 1100001 101 100000 1011110 110001

Color Harmonies of #F28307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28307

Black with #F28307

Text Example


Text Example

White with #F28307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28307; }

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

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

background-color css

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

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

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

border-color css

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

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

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