Html Css Color HEX #F27A0A Tangerine

📋 copy color: '#F27A0A'

red 242 ◦ green 122 ◦ blue 10

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

Shades of Tangerine #F27A0A

Tints of Tangerine #F27A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 64.71%
G = 32.62%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F27A0A (or 0xF27A0A) is known color: Tangerine. HEX triplet: F2, 7A and 0A. RGB value is (242,122,10). Sum of RGB (Red+Green+Blue) = 242+122+10=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27A0A is #0D85F5. Grayscale: #919191. Windows color (decimal): -886262 or 686834. OLE color: 686834.

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

Color convert

RGB 242 122 10 -
CMYK 0 0.50 0.96 0.05
HSL 28.97º 0.92% 0.49% -
HSV(B) 28.97º 0.96% 0.95% -
XYZ 43.63 32.82 4.32 -
YUV 145.11 51.76 197.11 -
System Red Green Blue C M Y K H S L
Decimal 242 122 10 0 0.50 0.96 0.05 28.97 0.92 0.49
Hex F2 7A A 0 32 60 5 1D 5C 31
Octal 362 172 12 0 62 140 5 35 134 61
Binary 11110010 1111010 1010 0 110010 1100000 101 11101 1011100 110001

Color Harmonies of #F27A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A0A

Black with #F27A0A

Text Example


Text Example

White with #F27A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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