Html Css Color HEX #F2792D Burnt Orange

📋 copy color: '#F2792D'

red 242 ◦ green 121 ◦ blue 45

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

Shades of Burnt Orange #F2792D

Tints of Burnt Orange #F2792D

RGB

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

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

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

R = 59.31%
G = 29.66%
B = 11.03%

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

#F2792D (or 0xF2792D) is known color: Burnt Orange. HEX triplet: F2, 79 and 2D. RGB value is (242,121,45). Sum of RGB (Red+Green+Blue) = 242+121+45=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2792D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2792D is #0D86D2. Grayscale: #949494. Windows color (decimal): -886483 or 2980338. OLE color: 2980338.

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

Color convert

RGB 242 121 45 -
CMYK 0 0.50 0.81 0.05
HSL 23.15º 0.88% 0.56% -
HSV(B) 23.15º 0.81% 0.95% -
XYZ 43.93 32.74 6.49 -
YUV 148.52 69.59 194.68 -
System Red Green Blue C M Y K H S L
Decimal 242 121 45 0 0.50 0.81 0.05 23.15 0.88 0.56
Hex F2 79 2D 0 32 51 5 17 58 38
Octal 362 171 55 0 62 121 5 27 130 70
Binary 11110010 1111001 101101 0 110010 1010001 101 10111 1011000 111000

Color Harmonies of #F2792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2792D

Black with #F2792D

Text Example


Text Example

White with #F2792D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2792D; }

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

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

background-color css

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

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

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

border-color css

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

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

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