Html Css Color HEX #F2900E Tangerine

📋 copy color: '#F2900E'

red 242 ◦ green 144 ◦ blue 14

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

Shades of Tangerine #F2900E

Tints of Tangerine #F2900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 60.5%
G = 36%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2900E (or 0xF2900E) is known color: Tangerine. HEX triplet: F2, 90 and 0E. RGB value is (242,144,14). Sum of RGB (Red+Green+Blue) = 242+144+14=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2900E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2900E is #0D6FF1. Grayscale: #9F9F9F. Windows color (decimal): -880626 or 954610. OLE color: 954610.

HSL color Cylindrical-coordinate representation of color #F2900E: hue angle of 34.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2900E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 144 14 -
CMYK 0 0.40 0.94 0.05
HSL 34.21º 0.9% 0.5% -
HSV(B) 34.21º 0.94% 0.95% -
XYZ 46.67 38.86 5.46 -
YUV 158.48 46.47 187.57 -
System Red Green Blue C M Y K H S L
Decimal 242 144 14 0 0.40 0.94 0.05 34.21 0.9 0.5
Hex F2 90 E 0 28 5E 5 22 5A 32
Octal 362 220 16 0 50 136 5 42 132 62
Binary 11110010 10010000 1110 0 101000 1011110 101 100010 1011010 110010

Color Harmonies of #F2900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2900E

Black with #F2900E

Text Example


Text Example

White with #F2900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2900E; }

 p { color: rgb(242,144,14); }

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

background-color css

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

 a { background-color: rgb(242,144,14); }

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

border-color css

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

 span { border-color: rgb(242,144,14); }

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