Html Css Color HEX #F2732E Burnt Orange

📋 copy color: '#F2732E'

red 242 ◦ green 115 ◦ blue 46

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

Shades of Burnt Orange #F2732E

Tints of Burnt Orange #F2732E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.54%

 BLUE value IS 46 (18.36% from 255) = 11.41%

R = 60.05%
G = 28.54%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2732E (or 0xF2732E) is known color: Burnt Orange. HEX triplet: F2, 73 and 2E. RGB value is (242,115,46). Sum of RGB (Red+Green+Blue) = 242+115+46=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2732E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2732E is #0D8CD1. Grayscale: #919191. Windows color (decimal): -888018 or 3044338. OLE color: 3044338.

HSL color Cylindrical-coordinate representation of color #F2732E: hue angle of 21.12º 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 #F2732E is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 115 46 -
CMYK 0 0.52 0.81 0.05
HSL 21.12º 0.88% 0.56% -
HSV(B) 21.12º 0.81% 0.95% -
XYZ 43.24 31.34 6.35 -
YUV 145.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 242 115 46 0 0.52 0.81 0.05 21.12 0.88 0.56
Hex F2 73 2E 0 34 51 5 15 58 38
Octal 362 163 56 0 64 121 5 25 130 70
Binary 11110010 1110011 101110 0 110100 1010001 101 10101 1011000 111000

Color Harmonies of #F2732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2732E

Black with #F2732E

Text Example


Text Example

White with #F2732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2732E; }

 p { color: rgb(242,115,46); }

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

background-color css

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

 a { background-color: rgb(242,115,46); }

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

border-color css

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

 span { border-color: rgb(242,115,46); }

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