Html Css Color HEX #F87430 Burnt Orange

📋 copy color: '#F87430'

red 248 ◦ green 116 ◦ blue 48

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

Shades of Burnt Orange #F87430

Tints of Burnt Orange #F87430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.16%

 BLUE value IS 48 (19.14% from 255) = 11.65%

R = 60.19%
G = 28.16%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F87430 (or 0xF87430) is known color: Burnt Orange. HEX triplet: F8, 74 and 30. RGB value is (248,116,48). Sum of RGB (Red+Green+Blue) = 248+116+48=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F87430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87430 is #078BCF. Grayscale: #949494. Windows color (decimal): -494544 or 3175672. OLE color: 3175672.

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

Color convert

RGB 248 116 48 -
CMYK 0 0.53 0.81 0.03
HSL 20.4º 0.93% 0.58% -
HSV(B) 20.4º 0.81% 0.97% -
XYZ 45.49 32.66 6.7 -
YUV 147.72 71.73 199.53 -
System Red Green Blue C M Y K H S L
Decimal 248 116 48 0 0.53 0.81 0.03 20.4 0.93 0.58
Hex F8 74 30 0 35 51 3 14 5D 3A
Octal 370 164 60 0 65 121 3 24 135 72
Binary 11111000 1110100 110000 0 110101 1010001 11 10100 1011101 111010

Color Harmonies of #F87430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87430

Black with #F87430

Text Example


Text Example

White with #F87430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87430; }

 p { color: rgb(248,116,48); }

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

background-color css

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

 a { background-color: rgb(248,116,48); }

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

border-color css

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

 span { border-color: rgb(248,116,48); }

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