Html Css Color HEX #F37C0C Tangerine

📋 copy color: '#F37C0C'

red 243 ◦ green 124 ◦ blue 12

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

Shades of Tangerine #F37C0C

Tints of Tangerine #F37C0C

RGB

 RED value IS 243 (95.31% from 255) = 64.12%

 GREEN value IS 124 (48.83% from 255) = 32.72%

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

R = 64.12%
G = 32.72%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F37C0C (or 0xF37C0C) is known color: Tangerine. HEX triplet: F3, 7C and 0C. RGB value is (243,124,12). Sum of RGB (Red+Green+Blue) = 243+124+12=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37C0C is #0C83F3. Grayscale: #939393. Windows color (decimal): -820212 or 818419. OLE color: 818419.

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

Color convert

RGB 243 124 12 -
CMYK 0 0.49 0.95 0.05
HSL 29.09º 0.91% 0.5% -
HSV(B) 29.09º 0.95% 0.95% -
XYZ 44.24 33.5 4.48 -
YUV 146.81 51.92 196.61 -
System Red Green Blue C M Y K H S L
Decimal 243 124 12 0 0.49 0.95 0.05 29.09 0.91 0.5
Hex F3 7C C 0 31 5F 5 1D 5B 32
Octal 363 174 14 0 61 137 5 35 133 62
Binary 11110011 1111100 1100 0 110001 1011111 101 11101 1011011 110010

Color Harmonies of #F37C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37C0C

Black with #F37C0C

Text Example


Text Example

White with #F37C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37C0C; }

 p { color: rgb(243,124,12); }

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

background-color css

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

 a { background-color: rgb(243,124,12); }

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

border-color css

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

 span { border-color: rgb(243,124,12); }

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