Html Css Color HEX #F77140 Burnt Orange

📋 copy color: '#F77140'

red 247 ◦ green 113 ◦ blue 64

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

Shades of Burnt Orange #F77140

Tints of Burnt Orange #F77140

RGB

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

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

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

R = 58.25%
G = 26.65%
B = 15.09%

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

#F77140 (or 0xF77140) is known color: Burnt Orange. HEX triplet: F7, 71 and 40. RGB value is (247,113,64). Sum of RGB (Red+Green+Blue) = 247+113+64=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F77140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77140 is #088EBF. Grayscale: #939393. Windows color (decimal): -560832 or 4223479. OLE color: 4223479.

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

Color convert

RGB 247 113 64 -
CMYK 0 0.54 0.74 0.03
HSL 16.07º 0.92% 0.61% -
HSV(B) 16.07º 0.74% 0.97% -
XYZ 45.19 31.95 8.64 -
YUV 147.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 247 113 64 0 0.54 0.74 0.03 16.07 0.92 0.61
Hex F7 71 40 0 36 4A 3 10 5C 3D
Octal 367 161 100 0 66 112 3 20 134 75
Binary 11110111 1110001 1000000 0 110110 1001010 11 10000 1011100 111101

Color Harmonies of #F77140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77140

Black with #F77140

Text Example


Text Example

White with #F77140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77140; }

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

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

background-color css

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

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

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

border-color css

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

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

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