Html Css Color HEX #F77730 Burnt Orange

📋 copy color: '#F77730'

red 247 ◦ green 119 ◦ blue 48

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

Shades of Burnt Orange #F77730

Tints of Burnt Orange #F77730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.74%

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

R = 59.66%
G = 28.74%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F77730 (or 0xF77730) is known color: Burnt Orange. HEX triplet: F7, 77 and 30. RGB value is (247,119,48). Sum of RGB (Red+Green+Blue) = 247+119+48=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F77730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77730 is #0888CF. Grayscale: #959595. Windows color (decimal): -559312 or 3176439. OLE color: 3176439.

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

Color convert

RGB 247 119 48 -
CMYK 0 0.52 0.81 0.03
HSL 21.41º 0.93% 0.58% -
HSV(B) 21.41º 0.81% 0.97% -
XYZ 45.49 33.18 6.8 -
YUV 149.18 70.91 197.77 -
System Red Green Blue C M Y K H S L
Decimal 247 119 48 0 0.52 0.81 0.03 21.41 0.93 0.58
Hex F7 77 30 0 34 51 3 15 5D 3A
Octal 367 167 60 0 64 121 3 25 135 72
Binary 11110111 1110111 110000 0 110100 1010001 11 10101 1011101 111010

Color Harmonies of #F77730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77730

Black with #F77730

Text Example


Text Example

White with #F77730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77730; }

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

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

background-color css

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

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

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

border-color css

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

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

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