Html Css Color HEX #F2742E Burnt Orange

📋 copy color: '#F2742E'

red 242 ◦ green 116 ◦ blue 46

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

Shades of Burnt Orange #F2742E

Tints of Burnt Orange #F2742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.71%

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

R = 59.9%
G = 28.71%
B = 11.39%

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

#F2742E (or 0xF2742E) is known color: Burnt Orange. HEX triplet: F2, 74 and 2E. RGB value is (242,116,46). Sum of RGB (Red+Green+Blue) = 242+116+46=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2742E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2742E is #0D8BD1. Grayscale: #929292. Windows color (decimal): -887762 or 3044594. OLE color: 3044594.

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

Color convert

RGB 242 116 46 -
CMYK 0 0.52 0.81 0.05
HSL 21.43º 0.88% 0.56% -
HSV(B) 21.43º 0.81% 0.95% -
XYZ 43.36 31.57 6.39 -
YUV 145.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 242 116 46 0 0.52 0.81 0.05 21.43 0.88 0.56
Hex F2 74 2E 0 34 51 5 15 58 38
Octal 362 164 56 0 64 121 5 25 130 70
Binary 11110010 1110100 101110 0 110100 1010001 101 10101 1011000 111000

Color Harmonies of #F2742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2742E

Black with #F2742E

Text Example


Text Example

White with #F2742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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