Html Css Color HEX #F2792C Burnt Orange

📋 copy color: '#F2792C'

red 242 ◦ green 121 ◦ blue 44

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

Shades of Burnt Orange #F2792C

Tints of Burnt Orange #F2792C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.81%

R = 59.46%
G = 29.73%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2792C (or 0xF2792C) is known color: Burnt Orange. HEX triplet: F2, 79 and 2C. RGB value is (242,121,44). Sum of RGB (Red+Green+Blue) = 242+121+44=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2792C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2792C is #0D86D3. Grayscale: #949494. Windows color (decimal): -886484 or 2914802. OLE color: 2914802.

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

Color convert

RGB 242 121 44 -
CMYK 0 0.50 0.82 0.05
HSL 23.33º 0.88% 0.56% -
HSV(B) 23.33º 0.82% 0.95% -
XYZ 43.91 32.73 6.39 -
YUV 148.4 69.09 194.76 -
System Red Green Blue C M Y K H S L
Decimal 242 121 44 0 0.50 0.82 0.05 23.33 0.88 0.56
Hex F2 79 2C 0 32 52 5 17 58 38
Octal 362 171 54 0 62 122 5 27 130 70
Binary 11110010 1111001 101100 0 110010 1010010 101 10111 1011000 111000

Color Harmonies of #F2792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2792C

Black with #F2792C

Text Example


Text Example

White with #F2792C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2792C; }

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

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

background-color css

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

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

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

border-color css

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

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

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