Html Css Color HEX #F2764C Burnt Sienna

📋 copy color: '#F2764C'

red 242 ◦ green 118 ◦ blue 76

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

Shades of Burnt Sienna #F2764C

Tints of Burnt Sienna #F2764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.06%

 BLUE value IS 76 (30.08% from 255) = 17.43%

R = 55.5%
G = 27.06%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2764C (or 0xF2764C) is known color: Burnt Sienna. HEX triplet: F2, 76 and 4C. RGB value is (242,118,76). Sum of RGB (Red+Green+Blue) = 242+118+76=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2764C is #0D89B3. Grayscale: #969696. Windows color (decimal): -887220 or 5011186. OLE color: 5011186.

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

Color convert

RGB 242 118 76 -
CMYK 0 0.51 0.69 0.05
HSL 15.18º 0.86% 0.62% -
HSV(B) 15.18º 0.69% 0.95% -
XYZ 44.4 32.36 10.74 -
YUV 150.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 242 118 76 0 0.51 0.69 0.05 15.18 0.86 0.62
Hex F2 76 4C 0 33 45 5 F 56 3E
Octal 362 166 114 0 63 105 5 17 126 76
Binary 11110010 1110110 1001100 0 110011 1000101 101 1111 1010110 111110

Color Harmonies of #F2764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2764C

Black with #F2764C

Text Example


Text Example

White with #F2764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2764C; }

 p { color: rgb(242,118,76); }

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

background-color css

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

 a { background-color: rgb(242,118,76); }

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

border-color css

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

 span { border-color: rgb(242,118,76); }

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