Html Css Color HEX #F2733D Burnt Orange

📋 copy color: '#F2733D'

red 242 ◦ green 115 ◦ blue 61

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

Shades of Burnt Orange #F2733D

Tints of Burnt Orange #F2733D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.59%

R = 57.89%
G = 27.51%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2733D (or 0xF2733D) is known color: Burnt Orange. HEX triplet: F2, 73 and 3D. RGB value is (242,115,61). Sum of RGB (Red+Green+Blue) = 242+115+61=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2733D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2733D is #0D8CC2. Grayscale: #939393. Windows color (decimal): -888003 or 4027378. OLE color: 4027378.

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

Color convert

RGB 242 115 61 -
CMYK 0 0.52 0.75 0.05
HSL 17.9º 0.87% 0.59% -
HSV(B) 17.9º 0.75% 0.95% -
XYZ 43.59 31.48 8.19 -
YUV 146.82 79.58 195.89 -
System Red Green Blue C M Y K H S L
Decimal 242 115 61 0 0.52 0.75 0.05 17.9 0.87 0.59
Hex F2 73 3D 0 34 4B 5 12 57 3B
Octal 362 163 75 0 64 113 5 22 127 73
Binary 11110010 1110011 111101 0 110100 1001011 101 10010 1010111 111011

Color Harmonies of #F2733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2733D

Black with #F2733D

Text Example


Text Example

White with #F2733D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2733D; }

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

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

background-color css

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

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

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

border-color css

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

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

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