Html Css Color HEX #F48512 Tangerine

📋 copy color: '#F48512'

red 244 ◦ green 133 ◦ blue 18

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

Shades of Tangerine #F48512

Tints of Tangerine #F48512

RGB

 RED value IS 244 (95.7% from 255) = 61.77%

 GREEN value IS 133 (52.34% from 255) = 33.67%

 BLUE value IS 18 (7.42% from 255) = 4.56%

R = 61.77%
G = 33.67%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F48512 (or 0xF48512) is known color: Tangerine. HEX triplet: F4, 85 and 12. RGB value is (244,133,18). Sum of RGB (Red+Green+Blue) = 244+133+18=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F48512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48512 is #0B7AED. Grayscale: #999999. Windows color (decimal): -752366 or 1213940. OLE color: 1213940.

HSL color Cylindrical-coordinate representation of color #F48512: hue angle of 30.53º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F48512 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 133 18 -
CMYK 0 0.45 0.93 0.04
HSL 30.53º 0.91% 0.51% -
HSV(B) 30.53º 0.93% 0.96% -
XYZ 45.8 36.05 5.12 -
YUV 153.08 51.77 192.85 -
System Red Green Blue C M Y K H S L
Decimal 244 133 18 0 0.45 0.93 0.04 30.53 0.91 0.51
Hex F4 85 12 0 2D 5D 4 1F 5B 33
Octal 364 205 22 0 55 135 4 37 133 63
Binary 11110100 10000101 10010 0 101101 1011101 100 11111 1011011 110011

Color Harmonies of #F48512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48512

Black with #F48512

Text Example


Text Example

White with #F48512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48512; }

 p { color: rgb(244,133,18); }

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

background-color css

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

 a { background-color: rgb(244,133,18); }

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

border-color css

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

 span { border-color: rgb(244,133,18); }

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