Html Css Color HEX #F27900 Tangerine

📋 copy color: '#F27900'

red 242 ◦ green 121 ◦ blue 0

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

Shades of Tangerine #F27900

Tints of Tangerine #F27900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

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

R = 66.67%
G = 33.33%
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

#F27900 (or 0xF27900) is known color: Tangerine. HEX triplet: F2, 79 and 00. RGB value is (242,121,0). Sum of RGB (Red+Green+Blue) = 242+121+0=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F27900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27900 is #0D86FF. Grayscale: #8F8F8F. Windows color (decimal): -886528 or 31218. OLE color: 31218.

HSL color Cylindrical-coordinate representation of color #F27900: hue angle of 30º 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 #F27900 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 0 -
CMYK 0 0.50 1 0.05
HSL 30º 1% 0.47% -
HSV(B) 30º 1% 0.95% -
XYZ 43.46 32.55 3.99 -
YUV 143.39 47.09 198.34 -
System Red Green Blue C M Y K H S L
Decimal 242 121 0 0 0.50 1 0.05 30 1 0.47
Hex F2 79 0 0 32 64 5 1E 64 2F
Octal 362 171 0 0 62 144 5 36 144 57
Binary 11110010 1111001 0 0 110010 1100100 101 11110 1100100 101111

Color Harmonies of #F27900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27900

Black with #F27900

Text Example


Text Example

White with #F27900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27900; }

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

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

background-color css

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

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

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

border-color css

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

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

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