Html Css Color HEX #F2754C Burnt Sienna

📋 copy color: '#F2754C'

red 242 ◦ green 117 ◦ blue 76

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

Shades of Burnt Sienna #F2754C

Tints of Burnt Sienna #F2754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.9%

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

R = 55.63%
G = 26.9%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2754C (or 0xF2754C) is known color: Burnt Sienna. HEX triplet: F2, 75 and 4C. RGB value is (242,117,76). Sum of RGB (Red+Green+Blue) = 242+117+76=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2754C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2754C is #0D8AB3. Grayscale: #959595. Windows color (decimal): -887476 or 5010930. OLE color: 5010930.

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

Color convert

RGB 242 117 76 -
CMYK 0 0.52 0.69 0.05
HSL 14.82º 0.86% 0.62% -
HSV(B) 14.82º 0.69% 0.95% -
XYZ 44.28 32.12 10.7 -
YUV 149.7 86.41 193.83 -
System Red Green Blue C M Y K H S L
Decimal 242 117 76 0 0.52 0.69 0.05 14.82 0.86 0.62
Hex F2 75 4C 0 34 45 5 F 56 3E
Octal 362 165 114 0 64 105 5 17 126 76
Binary 11110010 1110101 1001100 0 110100 1000101 101 1111 1010110 111110

Color Harmonies of #F2754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2754C

Black with #F2754C

Text Example


Text Example

White with #F2754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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