Html Css Color HEX #F87140 Burnt Orange

📋 copy color: '#F87140'

red 248 ◦ green 113 ◦ blue 64

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

Shades of Burnt Orange #F87140

Tints of Burnt Orange #F87140

RGB

 RED value IS 248 (97.27% from 255) = 58.35%

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 58.35%
G = 26.59%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F87140 (or 0xF87140) is known color: Burnt Orange. HEX triplet: F8, 71 and 40. RGB value is (248,113,64). Sum of RGB (Red+Green+Blue) = 248+113+64=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F87140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87140 is #078EBF. Grayscale: #949494. Windows color (decimal): -495296 or 4223480. OLE color: 4223480.

HSL color Cylindrical-coordinate representation of color #F87140: hue angle of 15.98º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F87140 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 113 64 -
CMYK 0 0.54 0.74 0.03
HSL 15.98º 0.93% 0.61% -
HSV(B) 15.98º 0.74% 0.97% -
XYZ 45.54 32.14 8.65 -
YUV 147.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 248 113 64 0 0.54 0.74 0.03 15.98 0.93 0.61
Hex F8 71 40 0 36 4A 3 10 5D 3D
Octal 370 161 100 0 66 112 3 20 135 75
Binary 11111000 1110001 1000000 0 110110 1001010 11 10000 1011101 111101

Color Harmonies of #F87140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87140

Black with #F87140

Text Example


Text Example

White with #F87140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87140; }

 p { color: rgb(248,113,64); }

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

background-color css

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

 a { background-color: rgb(248,113,64); }

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

border-color css

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

 span { border-color: rgb(248,113,64); }

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