Html Css Color HEX #F37D0C Tangerine

📋 copy color: '#F37D0C'

red 243 ◦ green 125 ◦ blue 12

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

Shades of Tangerine #F37D0C

Tints of Tangerine #F37D0C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.89%

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

R = 63.95%
G = 32.89%
B = 3.16%

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

#F37D0C (or 0xF37D0C) is known color: Tangerine. HEX triplet: F3, 7D and 0C. RGB value is (243,125,12). Sum of RGB (Red+Green+Blue) = 243+125+12=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37D0C is #0C82F3. Grayscale: #939393. Windows color (decimal): -819956 or 818675. OLE color: 818675.

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

Color convert

RGB 243 125 12 -
CMYK 0 0.49 0.95 0.05
HSL 29.35º 0.91% 0.5% -
HSV(B) 29.35º 0.95% 0.95% -
XYZ 44.36 33.75 4.52 -
YUV 147.4 51.59 196.19 -
System Red Green Blue C M Y K H S L
Decimal 243 125 12 0 0.49 0.95 0.05 29.35 0.91 0.5
Hex F3 7D C 0 31 5F 5 1D 5B 32
Octal 363 175 14 0 61 137 5 35 133 62
Binary 11110011 1111101 1100 0 110001 1011111 101 11101 1011011 110010

Color Harmonies of #F37D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37D0C

Black with #F37D0C

Text Example


Text Example

White with #F37D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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