Html Css Color HEX #F77230 Burnt Orange

📋 copy color: '#F77230'

red 247 ◦ green 114 ◦ blue 48

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

Shades of Burnt Orange #F77230

Tints of Burnt Orange #F77230

RGB

 RED value IS 247 (96.88% from 255) = 60.39%

 GREEN value IS 114 (44.92% from 255) = 27.87%

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

R = 60.39%
G = 27.87%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F77230 (or 0xF77230) is known color: Burnt Orange. HEX triplet: F7, 72 and 30. RGB value is (247,114,48). Sum of RGB (Red+Green+Blue) = 247+114+48=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F77230 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77230 is #088DCF. Grayscale: #929292. Windows color (decimal): -560592 or 3175159. OLE color: 3175159.

HSL color Cylindrical-coordinate representation of color #F77230: hue angle of 19.9º 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 #F77230 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 114 48 -
CMYK 0 0.54 0.81 0.03
HSL 19.9º 0.93% 0.58% -
HSV(B) 19.9º 0.81% 0.97% -
XYZ 44.91 32.02 6.61 -
YUV 146.24 72.56 199.87 -
System Red Green Blue C M Y K H S L
Decimal 247 114 48 0 0.54 0.81 0.03 19.9 0.93 0.58
Hex F7 72 30 0 36 51 3 14 5D 3A
Octal 367 162 60 0 66 121 3 24 135 72
Binary 11110111 1110010 110000 0 110110 1010001 11 10100 1011101 111010

Color Harmonies of #F77230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77230

Black with #F77230

Text Example


Text Example

White with #F77230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77230; }

 p { color: rgb(247,114,48); }

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

background-color css

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

 a { background-color: rgb(247,114,48); }

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

border-color css

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

 span { border-color: rgb(247,114,48); }

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