Html Css Color HEX #F2792F Burnt Orange

📋 copy color: '#F2792F'

red 242 ◦ green 121 ◦ blue 47

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

Shades of Burnt Orange #F2792F

Tints of Burnt Orange #F2792F

RGB

 RED value IS 242 (94.92% from 255) = 59.02%

 GREEN value IS 121 (47.66% from 255) = 29.51%

 BLUE value IS 47 (18.75% from 255) = 11.46%

R = 59.02%
G = 29.51%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2792F (or 0xF2792F) is known color: Burnt Orange. HEX triplet: F2, 79 and 2F. RGB value is (242,121,47). Sum of RGB (Red+Green+Blue) = 242+121+47=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F2792F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2792F is #0D86D0. Grayscale: #959595. Windows color (decimal): -886481 or 3111410. OLE color: 3111410.

HSL color Cylindrical-coordinate representation of color #F2792F: hue angle of 22.77º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2792F is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 47 -
CMYK 0 0.50 0.81 0.05
HSL 22.77º 0.88% 0.57% -
HSV(B) 22.77º 0.81% 0.95% -
XYZ 43.97 32.76 6.69 -
YUV 148.74 70.59 194.52 -
System Red Green Blue C M Y K H S L
Decimal 242 121 47 0 0.50 0.81 0.05 22.77 0.88 0.57
Hex F2 79 2F 0 32 51 5 17 58 39
Octal 362 171 57 0 62 121 5 27 130 71
Binary 11110010 1111001 101111 0 110010 1010001 101 10111 1011000 111001

Color Harmonies of #F2792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2792F

Black with #F2792F

Text Example


Text Example

White with #F2792F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2792F; }

 p { color: rgb(242,121,47); }

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

background-color css

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

 a { background-color: rgb(242,121,47); }

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

border-color css

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

 span { border-color: rgb(242,121,47); }

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