Html Css Color HEX #F57D0E Tangerine

📋 copy color: '#F57D0E'

red 245 ◦ green 125 ◦ blue 14

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

Shades of Tangerine #F57D0E

Tints of Tangerine #F57D0E

RGB

 RED value IS 245 (96.09% from 255) = 63.8%

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

 BLUE value IS 14 (5.86% from 255) = 3.65%

R = 63.8%
G = 32.55%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F57D0E (or 0xF57D0E) is known color: Tangerine. HEX triplet: F5, 7D and 0E. RGB value is (245,125,14). Sum of RGB (Red+Green+Blue) = 245+125+14=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57D0E is #0A82F1. Grayscale: #949494. Windows color (decimal): -688882 or 949749. OLE color: 949749.

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

Color convert

RGB 245 125 14 -
CMYK 0 0.49 0.94 0.04
HSL 28.83º 0.92% 0.51% -
HSV(B) 28.83º 0.94% 0.96% -
XYZ 45.07 34.11 4.62 -
YUV 148.23 52.26 197.03 -
System Red Green Blue C M Y K H S L
Decimal 245 125 14 0 0.49 0.94 0.04 28.83 0.92 0.51
Hex F5 7D E 0 31 5E 4 1D 5C 33
Octal 365 175 16 0 61 136 4 35 134 63
Binary 11110101 1111101 1110 0 110001 1011110 100 11101 1011100 110011

Color Harmonies of #F57D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D0E

Black with #F57D0E

Text Example


Text Example

White with #F57D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D0E; }

 p { color: rgb(245,125,14); }

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

background-color css

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

 a { background-color: rgb(245,125,14); }

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

border-color css

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

 span { border-color: rgb(245,125,14); }

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