Html Css Color HEX #F96729 Burnt Orange

📋 copy color: '#F96729'

red 249 ◦ green 103 ◦ blue 41

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

Shades of Burnt Orange #F96729

Tints of Burnt Orange #F96729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.43%

R = 63.36%
G = 26.21%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F96729 (or 0xF96729) is known color: Burnt Orange. HEX triplet: F9, 67 and 29. RGB value is (249,103,41). Sum of RGB (Red+Green+Blue) = 249+103+41=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F96729 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96729 is #0698D6. Grayscale: #8B8B8B. Windows color (decimal): -432343 or 2713593. OLE color: 2713593.

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

Color convert

RGB 249 103 41 -
CMYK 0 0.59 0.84 0.02
HSL 17.88º 0.95% 0.57% -
HSV(B) 17.88º 0.84% 0.98% -
XYZ 44.32 30 5.55 -
YUV 139.59 72.37 206.04 -
System Red Green Blue C M Y K H S L
Decimal 249 103 41 0 0.59 0.84 0.02 17.88 0.95 0.57
Hex F9 67 29 0 3B 54 2 12 5F 39
Octal 371 147 51 0 73 124 2 22 137 71
Binary 11111001 1100111 101001 0 111011 1010100 10 10010 1011111 111001

Color Harmonies of #F96729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96729

Black with #F96729

Text Example


Text Example

White with #F96729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96729; }

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

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

background-color css

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

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

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

border-color css

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

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

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