Html Css Color HEX #F07E07 Tangerine

📋 copy color: '#F07E07'

red 240 ◦ green 126 ◦ blue 7

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

Shades of Tangerine #F07E07

Tints of Tangerine #F07E07

RGB

 RED value IS 240 (94.14% from 255) = 64.34%

 GREEN value IS 126 (49.61% from 255) = 33.78%

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

R = 64.34%
G = 33.78%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F07E07 (or 0xF07E07) is known color: Tangerine. HEX triplet: F0, 7E and 07. RGB value is (240,126,7). Sum of RGB (Red+Green+Blue) = 240+126+7=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07E07 is #0F81F8. Grayscale: #939393. Windows color (decimal): -1016313 or 491248. OLE color: 491248.

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

Color convert

RGB 240 126 7 -
CMYK 0 0.48 0.97 0.06
HSL 30.64º 0.94% 0.48% -
HSV(B) 30.64º 0.97% 0.94% -
XYZ 43.43 33.46 4.37 -
YUV 146.52 49.27 194.68 -
System Red Green Blue C M Y K H S L
Decimal 240 126 7 0 0.48 0.97 0.06 30.64 0.94 0.48
Hex F0 7E 7 0 30 61 6 1F 5E 30
Octal 360 176 7 0 60 141 6 37 136 60
Binary 11110000 1111110 111 0 110000 1100001 110 11111 1011110 110000

Color Harmonies of #F07E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E07

Black with #F07E07

Text Example


Text Example

White with #F07E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E07; }

 p { color: rgb(240,126,7); }

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

background-color css

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

 a { background-color: rgb(240,126,7); }

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

border-color css

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

 span { border-color: rgb(240,126,7); }

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