Html Css Color HEX #F2743A Burnt Orange

📋 copy color: '#F2743A'

red 242 ◦ green 116 ◦ blue 58

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

Shades of Burnt Orange #F2743A

Tints of Burnt Orange #F2743A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.94%

R = 58.17%
G = 27.88%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2743A (or 0xF2743A) is known color: Burnt Orange. HEX triplet: F2, 74 and 3A. RGB value is (242,116,58). Sum of RGB (Red+Green+Blue) = 242+116+58=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2743A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2743A is #0D8BC5. Grayscale: #939393. Windows color (decimal): -887750 or 3831026. OLE color: 3831026.

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

Color convert

RGB 242 116 58 -
CMYK 0 0.52 0.76 0.05
HSL 18.91º 0.88% 0.59% -
HSV(B) 18.91º 0.76% 0.95% -
XYZ 43.63 31.67 7.82 -
YUV 147.06 77.74 195.72 -
System Red Green Blue C M Y K H S L
Decimal 242 116 58 0 0.52 0.76 0.05 18.91 0.88 0.59
Hex F2 74 3A 0 34 4C 5 13 58 3B
Octal 362 164 72 0 64 114 5 23 130 73
Binary 11110010 1110100 111010 0 110100 1001100 101 10011 1011000 111011

Color Harmonies of #F2743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2743A

Black with #F2743A

Text Example


Text Example

White with #F2743A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2743A; }

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

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

background-color css

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

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

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

border-color css

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

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

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