Html Css Color HEX #F07F02 Tangerine

📋 copy color: '#F07F02'

red 240 ◦ green 127 ◦ blue 2

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

Shades of Tangerine #F07F02

Tints of Tangerine #F07F02

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 65.04%
G = 34.42%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F07F02 (or 0xF07F02) is known color: Tangerine. HEX triplet: F0, 7F and 02. RGB value is (240,127,2). Sum of RGB (Red+Green+Blue) = 240+127+2=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F02 is #0F80FD. Grayscale: #939393. Windows color (decimal): -1016062 or 163824. OLE color: 163824.

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

Color convert

RGB 240 127 2 -
CMYK 0 0.47 0.99 0.06
HSL 31.51º 0.98% 0.47% -
HSV(B) 31.51º 0.99% 0.94% -
XYZ 43.54 33.71 4.27 -
YUV 146.54 46.44 194.66 -
System Red Green Blue C M Y K H S L
Decimal 240 127 2 0 0.47 0.99 0.06 31.51 0.98 0.47
Hex F0 7F 2 0 2F 63 6 20 62 2F
Octal 360 177 2 0 57 143 6 40 142 57
Binary 11110000 1111111 10 0 101111 1100011 110 100000 1100010 101111

Color Harmonies of #F07F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F02

Black with #F07F02

Text Example


Text Example

White with #F07F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F02; }

 p { color: rgb(240,127,2); }

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

background-color css

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

 a { background-color: rgb(240,127,2); }

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

border-color css

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

 span { border-color: rgb(240,127,2); }

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