Html Css Color HEX #F2784E Burnt Sienna

📋 copy color: '#F2784E'

red 242 ◦ green 120 ◦ blue 78

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

Shades of Burnt Sienna #F2784E

Tints of Burnt Sienna #F2784E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.73%

R = 55%
G = 27.27%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2784E (or 0xF2784E) is known color: Burnt Sienna. HEX triplet: F2, 78 and 4E. RGB value is (242,120,78). Sum of RGB (Red+Green+Blue) = 242+120+78=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2784E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2784E is #0D87B1. Grayscale: #979797. Windows color (decimal): -886706 or 5142770. OLE color: 5142770.

HSL color Cylindrical-coordinate representation of color #F2784E: hue angle of 15.37º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2784E is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 120 78 -
CMYK 0 0.50 0.68 0.05
HSL 15.37º 0.86% 0.63% -
HSV(B) 15.37º 0.68% 0.95% -
XYZ 44.71 32.86 11.19 -
YUV 151.69 86.42 192.42 -
System Red Green Blue C M Y K H S L
Decimal 242 120 78 0 0.50 0.68 0.05 15.37 0.86 0.63
Hex F2 78 4E 0 32 44 5 F 56 3F
Octal 362 170 116 0 62 104 5 17 126 77
Binary 11110010 1111000 1001110 0 110010 1000100 101 1111 1010110 111111

Color Harmonies of #F2784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2784E

Black with #F2784E

Text Example


Text Example

White with #F2784E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2784E; }

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

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

background-color css

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

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

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

border-color css

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

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

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