Html Css Color HEX #F9672D Burnt Orange

📋 copy color: '#F9672D'

red 249 ◦ green 103 ◦ blue 45

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

Shades of Burnt Orange #F9672D

Tints of Burnt Orange #F9672D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.34%

R = 62.72%
G = 25.94%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9672D (or 0xF9672D) is known color: Burnt Orange. HEX triplet: F9, 67 and 2D. RGB value is (249,103,45). Sum of RGB (Red+Green+Blue) = 249+103+45=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F9672D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9672D is #0698D2. Grayscale: #8C8C8C. Windows color (decimal): -432339 or 2975737. OLE color: 2975737.

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

Color convert

RGB 249 103 45 -
CMYK 0 0.59 0.82 0.02
HSL 17.06º 0.94% 0.58% -
HSV(B) 17.06º 0.82% 0.98% -
XYZ 44.39 30.03 5.94 -
YUV 140.04 74.37 205.72 -
System Red Green Blue C M Y K H S L
Decimal 249 103 45 0 0.59 0.82 0.02 17.06 0.94 0.58
Hex F9 67 2D 0 3B 52 2 11 5E 3A
Octal 371 147 55 0 73 122 2 21 136 72
Binary 11111001 1100111 101101 0 111011 1010010 10 10001 1011110 111010

Color Harmonies of #F9672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9672D

Black with #F9672D

Text Example


Text Example

White with #F9672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9672D; }

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

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

background-color css

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

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

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

border-color css

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

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

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