Html Css Color HEX #F2782C Burnt Orange

📋 copy color: '#F2782C'

red 242 ◦ green 120 ◦ blue 44

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

Shades of Burnt Orange #F2782C

Tints of Burnt Orange #F2782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.56%

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

R = 59.61%
G = 29.56%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2782C (or 0xF2782C) is known color: Burnt Orange. HEX triplet: F2, 78 and 2C. RGB value is (242,120,44). Sum of RGB (Red+Green+Blue) = 242+120+44=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2782C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2782C is #0D87D3. Grayscale: #949494. Windows color (decimal): -886740 or 2914546. OLE color: 2914546.

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

Color convert

RGB 242 120 44 -
CMYK 0 0.50 0.82 0.05
HSL 23.03º 0.88% 0.56% -
HSV(B) 23.03º 0.82% 0.95% -
XYZ 43.79 32.49 6.35 -
YUV 147.81 69.42 195.18 -
System Red Green Blue C M Y K H S L
Decimal 242 120 44 0 0.50 0.82 0.05 23.03 0.88 0.56
Hex F2 78 2C 0 32 52 5 17 58 38
Octal 362 170 54 0 62 122 5 27 130 70
Binary 11110010 1111000 101100 0 110010 1010010 101 10111 1011000 111000

Color Harmonies of #F2782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2782C

Black with #F2782C

Text Example


Text Example

White with #F2782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2782C; }

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

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

background-color css

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

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

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

border-color css

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

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

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