Html Css Color HEX #F96F30 Burnt Orange

📋 copy color: '#F96F30'

red 249 ◦ green 111 ◦ blue 48

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

Shades of Burnt Orange #F96F30

Tints of Burnt Orange #F96F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.21%

 BLUE value IS 48 (19.14% from 255) = 11.76%

R = 61.03%
G = 27.21%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F96F30 (or 0xF96F30) is known color: Burnt Orange. HEX triplet: F9, 6F and 30. RGB value is (249,111,48). Sum of RGB (Red+Green+Blue) = 249+111+48=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96F30 is #0690CF. Grayscale: #919191. Windows color (decimal): -430288 or 3174393. OLE color: 3174393.

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

Color convert

RGB 249 111 48 -
CMYK 0 0.55 0.81 0.02
HSL 18.81º 0.94% 0.58% -
HSV(B) 18.81º 0.81% 0.98% -
XYZ 45.28 31.72 6.53 -
YUV 145.08 73.22 202.12 -
System Red Green Blue C M Y K H S L
Decimal 249 111 48 0 0.55 0.81 0.02 18.81 0.94 0.58
Hex F9 6F 30 0 37 51 2 13 5E 3A
Octal 371 157 60 0 67 121 2 23 136 72
Binary 11111001 1101111 110000 0 110111 1010001 10 10011 1011110 111010

Color Harmonies of #F96F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F30

Black with #F96F30

Text Example


Text Example

White with #F96F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F30; }

 p { color: rgb(249,111,48); }

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

background-color css

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

 a { background-color: rgb(249,111,48); }

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

border-color css

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

 span { border-color: rgb(249,111,48); }

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