Html Css Color HEX #F96834 Burnt Orange

📋 copy color: '#F96834'

red 249 ◦ green 104 ◦ blue 52

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

Shades of Burnt Orange #F96834

Tints of Burnt Orange #F96834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.68%

 BLUE value IS 52 (20.7% from 255) = 12.84%

R = 61.48%
G = 25.68%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F96834 (or 0xF96834) is known color: Burnt Orange. HEX triplet: F9, 68 and 34. RGB value is (249,104,52). Sum of RGB (Red+Green+Blue) = 249+104+52=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F96834 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96834 is #0697CB. Grayscale: #8D8D8D. Windows color (decimal): -432076 or 3434745. OLE color: 3434745.

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

Color convert

RGB 249 104 52 -
CMYK 0 0.58 0.79 0.02
HSL 15.84º 0.94% 0.59% -
HSV(B) 15.84º 0.79% 0.98% -
XYZ 44.64 30.29 6.74 -
YUV 141.43 77.54 204.73 -
System Red Green Blue C M Y K H S L
Decimal 249 104 52 0 0.58 0.79 0.02 15.84 0.94 0.59
Hex F9 68 34 0 3A 4F 2 10 5E 3B
Octal 371 150 64 0 72 117 2 20 136 73
Binary 11111001 1101000 110100 0 111010 1001111 10 10000 1011110 111011

Color Harmonies of #F96834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96834

Black with #F96834

Text Example


Text Example

White with #F96834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96834; }

 p { color: rgb(249,104,52); }

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

background-color css

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

 a { background-color: rgb(249,104,52); }

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

border-color css

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

 span { border-color: rgb(249,104,52); }

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