Html Css Color HEX #F27A04 Tangerine

📋 copy color: '#F27A04'

red 242 ◦ green 122 ◦ blue 4

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

Shades of Tangerine #F27A04

Tints of Tangerine #F27A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

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

R = 65.76%
G = 33.15%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F27A04 (or 0xF27A04) is known color: Tangerine. HEX triplet: F2, 7A and 04. RGB value is (242,122,4). Sum of RGB (Red+Green+Blue) = 242+122+4=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27A04 is #0D85FB. Grayscale: #919191. Windows color (decimal): -886268 or 293618. OLE color: 293618.

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

Color convert

RGB 242 122 4 -
CMYK 0 0.50 0.98 0.05
HSL 29.75º 0.97% 0.48% -
HSV(B) 29.75º 0.98% 0.95% -
XYZ 43.6 32.81 4.15 -
YUV 144.43 48.76 197.59 -
System Red Green Blue C M Y K H S L
Decimal 242 122 4 0 0.50 0.98 0.05 29.75 0.97 0.48
Hex F2 7A 4 0 32 62 5 1E 61 30
Octal 362 172 4 0 62 142 5 36 141 60
Binary 11110010 1111010 100 0 110010 1100010 101 11110 1100001 110000

Color Harmonies of #F27A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A04

Black with #F27A04

Text Example


Text Example

White with #F27A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A04; }

 p { color: rgb(242,122,4); }

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

background-color css

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

 a { background-color: rgb(242,122,4); }

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

border-color css

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

 span { border-color: rgb(242,122,4); }

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