Html Css Color HEX #F2900C Tangerine

📋 copy color: '#F2900C'

red 242 ◦ green 144 ◦ blue 12

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

Shades of Tangerine #F2900C

Tints of Tangerine #F2900C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 60.8%
G = 36.18%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2900C (or 0xF2900C) is known color: Tangerine. HEX triplet: F2, 90 and 0C. RGB value is (242,144,12). Sum of RGB (Red+Green+Blue) = 242+144+12=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F2900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2900C is #0D6FF3. Grayscale: #9E9E9E. Windows color (decimal): -880628 or 823538. OLE color: 823538.

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

Color convert

RGB 242 144 12 -
CMYK 0 0.40 0.95 0.05
HSL 34.43º 0.91% 0.5% -
HSV(B) 34.43º 0.95% 0.95% -
XYZ 46.66 38.85 5.39 -
YUV 158.25 45.47 187.73 -
System Red Green Blue C M Y K H S L
Decimal 242 144 12 0 0.40 0.95 0.05 34.43 0.91 0.5
Hex F2 90 C 0 28 5F 5 22 5B 32
Octal 362 220 14 0 50 137 5 42 133 62
Binary 11110010 10010000 1100 0 101000 1011111 101 100010 1011011 110010

Color Harmonies of #F2900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2900C

Black with #F2900C

Text Example


Text Example

White with #F2900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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