Html Css Color HEX #F26C55 Burnt Sienna

📋 copy color: '#F26C55'

red 242 ◦ green 108 ◦ blue 85

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

Shades of Burnt Sienna #F26C55

Tints of Burnt Sienna #F26C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.83%

 BLUE value IS 85 (33.59% from 255) = 19.54%

R = 55.63%
G = 24.83%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F26C55 (or 0xF26C55) is known color: Burnt Sienna. HEX triplet: F2, 6C and 55. RGB value is (242,108,85). Sum of RGB (Red+Green+Blue) = 242+108+85=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C55 is #0D93AA. Grayscale: #919191. Windows color (decimal): -889771 or 5598450. OLE color: 5598450.

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

Color convert

RGB 242 108 85 -
CMYK 0 0.55 0.65 0.05
HSL 8.79º 0.86% 0.64% -
HSV(B) 8.79º 0.65% 0.95% -
XYZ 43.62 30.26 12.14 -
YUV 145.44 93.89 196.87 -
System Red Green Blue C M Y K H S L
Decimal 242 108 85 0 0.55 0.65 0.05 8.79 0.86 0.64
Hex F2 6C 55 0 37 41 5 9 56 40
Octal 362 154 125 0 67 101 5 11 126 100
Binary 11110010 1101100 1010101 0 110111 1000001 101 1001 1010110 1000000

Color Harmonies of #F26C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C55

Black with #F26C55

Text Example


Text Example

White with #F26C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C55; }

 p { color: rgb(242,108,85); }

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

background-color css

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

 a { background-color: rgb(242,108,85); }

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

border-color css

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

 span { border-color: rgb(242,108,85); }

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