Html Css Color HEX #F2772C Burnt Orange

📋 copy color: '#F2772C'

red 242 ◦ green 119 ◦ blue 44

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

Shades of Burnt Orange #F2772C

Tints of Burnt Orange #F2772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

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

R = 59.75%
G = 29.38%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2772C (or 0xF2772C) is known color: Burnt Orange. HEX triplet: F2, 77 and 2C. RGB value is (242,119,44). Sum of RGB (Red+Green+Blue) = 242+119+44=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2772C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2772C is #0D88D3. Grayscale: #939393. Windows color (decimal): -886996 or 2914290. OLE color: 2914290.

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

Color convert

RGB 242 119 44 -
CMYK 0 0.51 0.82 0.05
HSL 22.73º 0.88% 0.56% -
HSV(B) 22.73º 0.82% 0.95% -
XYZ 43.67 32.25 6.31 -
YUV 147.23 69.75 195.6 -
System Red Green Blue C M Y K H S L
Decimal 242 119 44 0 0.51 0.82 0.05 22.73 0.88 0.56
Hex F2 77 2C 0 33 52 5 17 58 38
Octal 362 167 54 0 63 122 5 27 130 70
Binary 11110010 1110111 101100 0 110011 1010010 101 10111 1011000 111000

Color Harmonies of #F2772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2772C

Black with #F2772C

Text Example


Text Example

White with #F2772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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