Html Css Color HEX #F87F2A Burnt Orange

📋 copy color: '#F87F2A'

red 248 ◦ green 127 ◦ blue 42

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

Shades of Burnt Orange #F87F2A

Tints of Burnt Orange #F87F2A

RGB

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

 GREEN value IS 127 (50% from 255) = 30.46%

 BLUE value IS 42 (16.8% from 255) = 10.07%

R = 59.47%
G = 30.46%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F87F2A (or 0xF87F2A) is known color: Burnt Orange. HEX triplet: F8, 7F and 2A. RGB value is (248,127,42). Sum of RGB (Red+Green+Blue) = 248+127+42=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87F2A is #0780D5. Grayscale: #999999. Windows color (decimal): -491734 or 2785272. OLE color: 2785272.

HSL color Cylindrical-coordinate representation of color #F87F2A: hue angle of 24.76º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F87F2A is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 127 42 -
CMYK 0 0.49 0.83 0.03
HSL 24.76º 0.94% 0.57% -
HSV(B) 24.76º 0.83% 0.97% -
XYZ 46.72 35.3 6.54 -
YUV 153.49 65.09 195.41 -
System Red Green Blue C M Y K H S L
Decimal 248 127 42 0 0.49 0.83 0.03 24.76 0.94 0.57
Hex F8 7F 2A 0 31 53 3 19 5E 39
Octal 370 177 52 0 61 123 3 31 136 71
Binary 11111000 1111111 101010 0 110001 1010011 11 11001 1011110 111001

Color Harmonies of #F87F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F2A

Black with #F87F2A

Text Example


Text Example

White with #F87F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F2A; }

 p { color: rgb(248,127,42); }

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

background-color css

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

 a { background-color: rgb(248,127,42); }

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

border-color css

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

 span { border-color: rgb(248,127,42); }

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