Html Css Color HEX #F2782E Burnt Orange

📋 copy color: '#F2782E'

red 242 ◦ green 120 ◦ blue 46

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

Shades of Burnt Orange #F2782E

Tints of Burnt Orange #F2782E

RGB

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

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

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

R = 59.31%
G = 29.41%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2782E (or 0xF2782E) is known color: Burnt Orange. HEX triplet: F2, 78 and 2E. RGB value is (242,120,46). Sum of RGB (Red+Green+Blue) = 242+120+46=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2782E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2782E is #0D87D1. Grayscale: #949494. Windows color (decimal): -886738 or 3045618. OLE color: 3045618.

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

Color convert

RGB 242 120 46 -
CMYK 0 0.50 0.81 0.05
HSL 22.65º 0.88% 0.56% -
HSV(B) 22.65º 0.81% 0.95% -
XYZ 43.83 32.51 6.55 -
YUV 148.04 70.42 195.02 -
System Red Green Blue C M Y K H S L
Decimal 242 120 46 0 0.50 0.81 0.05 22.65 0.88 0.56
Hex F2 78 2E 0 32 51 5 17 58 38
Octal 362 170 56 0 62 121 5 27 130 70
Binary 11110010 1111000 101110 0 110010 1010001 101 10111 1011000 111000

Color Harmonies of #F2782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2782E

Black with #F2782E

Text Example


Text Example

White with #F2782E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2782E; }

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

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

background-color css

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

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

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

border-color css

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

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

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