Html Css Color HEX #F2930A Tangerine

📋 copy color: '#F2930A'

red 242 ◦ green 147 ◦ blue 10

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

Shades of Tangerine #F2930A

Tints of Tangerine #F2930A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

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

R = 60.65%
G = 36.84%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2930A (or 0xF2930A) is known color: Tangerine. HEX triplet: F2, 93 and 0A. RGB value is (242,147,10). Sum of RGB (Red+Green+Blue) = 242+147+10=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2930A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2930A is #0D6CF5. Grayscale: #A0A0A0. Windows color (decimal): -879862 or 693234. OLE color: 693234.

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

Color convert

RGB 242 147 10 -
CMYK 0 0.39 0.96 0.05
HSL 35.43º 0.92% 0.49% -
HSV(B) 35.43º 0.96% 0.95% -
XYZ 47.11 39.77 5.48 -
YUV 159.79 43.47 186.64 -
System Red Green Blue C M Y K H S L
Decimal 242 147 10 0 0.39 0.96 0.05 35.43 0.92 0.49
Hex F2 93 A 0 27 60 5 23 5C 31
Octal 362 223 12 0 47 140 5 43 134 61
Binary 11110010 10010011 1010 0 100111 1100000 101 100011 1011100 110001

Color Harmonies of #F2930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2930A

Black with #F2930A

Text Example


Text Example

White with #F2930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2930A; }

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

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

background-color css

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

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

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

border-color css

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

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

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