Html Css Color HEX #F96726 Burnt Orange

📋 copy color: '#F96726'

red 249 ◦ green 103 ◦ blue 38

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

Shades of Burnt Orange #F96726

Tints of Burnt Orange #F96726

RGB

 RED value IS 249 (97.66% from 255) = 63.85%

 GREEN value IS 103 (40.63% from 255) = 26.41%

 BLUE value IS 38 (15.23% from 255) = 9.74%

R = 63.85%
G = 26.41%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F96726 (or 0xF96726) is known color: Burnt Orange. HEX triplet: F9, 67 and 26. RGB value is (249,103,38). Sum of RGB (Red+Green+Blue) = 249+103+38=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F96726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96726 is #0698D9. Grayscale: #8B8B8B. Windows color (decimal): -432346 or 2516985. OLE color: 2516985.

HSL color Cylindrical-coordinate representation of color #F96726: hue angle of 18.48º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F96726 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 103 38 -
CMYK 0 0.59 0.85 0.02
HSL 18.48º 0.95% 0.56% -
HSV(B) 18.48º 0.85% 0.98% -
XYZ 44.27 29.98 5.29 -
YUV 139.24 70.87 206.29 -
System Red Green Blue C M Y K H S L
Decimal 249 103 38 0 0.59 0.85 0.02 18.48 0.95 0.56
Hex F9 67 26 0 3B 55 2 12 5F 38
Octal 371 147 46 0 73 125 2 22 137 70
Binary 11111001 1100111 100110 0 111011 1010101 10 10010 1011111 111000

Color Harmonies of #F96726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96726

Black with #F96726

Text Example


Text Example

White with #F96726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96726; }

 p { color: rgb(249,103,38); }

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

background-color css

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

 a { background-color: rgb(249,103,38); }

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

border-color css

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

 span { border-color: rgb(249,103,38); }

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