Html Css Color HEX #F96B3A Burnt Orange

📋 copy color: '#F96B3A'

red 249 ◦ green 107 ◦ blue 58

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

Shades of Burnt Orange #F96B3A

Tints of Burnt Orange #F96B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

 BLUE value IS 58 (23.05% from 255) = 14.01%

R = 60.14%
G = 25.85%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F96B3A (or 0xF96B3A) is known color: Burnt Orange. HEX triplet: F9, 6B and 3A. RGB value is (249,107,58). Sum of RGB (Red+Green+Blue) = 249+107+58=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96B3A is #0694C5. Grayscale: #909090. Windows color (decimal): -431302 or 3828729. OLE color: 3828729.

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

Color convert

RGB 249 107 58 -
CMYK 0 0.57 0.77 0.02
HSL 15.39º 0.94% 0.6% -
HSV(B) 15.39º 0.77% 0.98% -
XYZ 45.09 30.96 7.6 -
YUV 143.87 79.54 202.98 -
System Red Green Blue C M Y K H S L
Decimal 249 107 58 0 0.57 0.77 0.02 15.39 0.94 0.6
Hex F9 6B 3A 0 39 4D 2 F 5E 3C
Octal 371 153 72 0 71 115 2 17 136 74
Binary 11111001 1101011 111010 0 111001 1001101 10 1111 1011110 111100

Color Harmonies of #F96B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96B3A

Black with #F96B3A

Text Example


Text Example

White with #F96B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96B3A; }

 p { color: rgb(249,107,58); }

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

background-color css

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

 a { background-color: rgb(249,107,58); }

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

border-color css

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

 span { border-color: rgb(249,107,58); }

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