Html Css Color HEX #F27A00 Tangerine

📋 copy color: '#F27A00'

red 242 ◦ green 122 ◦ blue 0

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

Shades of Tangerine #F27A00

Tints of Tangerine #F27A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.48%
G = 33.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F27A00 (or 0xF27A00) is known color: Tangerine. HEX triplet: F2, 7A and 00. RGB value is (242,122,0). Sum of RGB (Red+Green+Blue) = 242+122+0=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27A00 is #0D85FF. Grayscale: #909090. Windows color (decimal): -886272 or 31474. OLE color: 31474.

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

Color convert

RGB 242 122 0 -
CMYK 0 0.50 1 0.05
HSL 30.25º 1% 0.47% -
HSV(B) 30.25º 1% 0.95% -
XYZ 43.58 32.8 4.03 -
YUV 143.97 46.76 197.92 -
System Red Green Blue C M Y K H S L
Decimal 242 122 0 0 0.50 1 0.05 30.25 1 0.47
Hex F2 7A 0 0 32 64 5 1E 64 2F
Octal 362 172 0 0 62 144 5 36 144 57
Binary 11110010 1111010 0 0 110010 1100100 101 11110 1100100 101111

Color Harmonies of #F27A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A00

Black with #F27A00

Text Example


Text Example

White with #F27A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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