Html Css Color HEX #F2782B Burnt Orange

📋 copy color: '#F2782B'

red 242 ◦ green 120 ◦ blue 43

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

Shades of Burnt Orange #F2782B

Tints of Burnt Orange #F2782B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.62%

R = 59.75%
G = 29.63%
B = 10.62%

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

#F2782B (or 0xF2782B) is known color: Burnt Orange. HEX triplet: F2, 78 and 2B. RGB value is (242,120,43). Sum of RGB (Red+Green+Blue) = 242+120+43=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2782B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2782B is #0D87D4. Grayscale: #949494. Windows color (decimal): -886741 or 2849010. OLE color: 2849010.

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

Color convert

RGB 242 120 43 -
CMYK 0 0.50 0.82 0.05
HSL 23.22º 0.88% 0.56% -
HSV(B) 23.22º 0.82% 0.95% -
XYZ 43.77 32.48 6.25 -
YUV 147.7 68.92 195.26 -
System Red Green Blue C M Y K H S L
Decimal 242 120 43 0 0.50 0.82 0.05 23.22 0.88 0.56
Hex F2 78 2B 0 32 52 5 17 58 38
Octal 362 170 53 0 62 122 5 27 130 70
Binary 11110010 1111000 101011 0 110010 1010010 101 10111 1011000 111000

Color Harmonies of #F2782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2782B

Black with #F2782B

Text Example


Text Example

White with #F2782B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2782B; }

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

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

background-color css

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

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

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

border-color css

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

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

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