Html Css Color HEX #F07F04 Tangerine

📋 copy color: '#F07F04'

red 240 ◦ green 127 ◦ blue 4

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

Shades of Tangerine #F07F04

Tints of Tangerine #F07F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 64.69%
G = 34.23%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F07F04 (or 0xF07F04) is known color: Tangerine. HEX triplet: F0, 7F and 04. RGB value is (240,127,4). Sum of RGB (Red+Green+Blue) = 240+127+4=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F04 is #0F80FB. Grayscale: #939393. Windows color (decimal): -1016060 or 294896. OLE color: 294896.

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

Color convert

RGB 240 127 4 -
CMYK 0 0.47 0.98 0.06
HSL 31.27º 0.97% 0.48% -
HSV(B) 31.27º 0.98% 0.94% -
XYZ 43.55 33.71 4.33 -
YUV 146.77 47.44 194.5 -
System Red Green Blue C M Y K H S L
Decimal 240 127 4 0 0.47 0.98 0.06 31.27 0.97 0.48
Hex F0 7F 4 0 2F 62 6 1F 61 30
Octal 360 177 4 0 57 142 6 37 141 60
Binary 11110000 1111111 100 0 101111 1100010 110 11111 1100001 110000

Color Harmonies of #F07F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F04

Black with #F07F04

Text Example


Text Example

White with #F07F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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