Html Css Color HEX #F26B55 Burnt Sienna

📋 copy color: '#F26B55'

red 242 ◦ green 107 ◦ blue 85

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

Shades of Burnt Sienna #F26B55

Tints of Burnt Sienna #F26B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.65%

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

R = 55.76%
G = 24.65%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F26B55 (or 0xF26B55) is known color: Burnt Sienna. HEX triplet: F2, 6B and 55. RGB value is (242,107,85). Sum of RGB (Red+Green+Blue) = 242+107+85=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26B55 is #0D94AA. Grayscale: #919191. Windows color (decimal): -890027 or 5598194. OLE color: 5598194.

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

Color convert

RGB 242 107 85 -
CMYK 0 0.56 0.65 0.05
HSL 8.41º 0.86% 0.64% -
HSV(B) 8.41º 0.65% 0.95% -
XYZ 43.52 30.05 12.1 -
YUV 144.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 242 107 85 0 0.56 0.65 0.05 8.41 0.86 0.64
Hex F2 6B 55 0 38 41 5 8 56 40
Octal 362 153 125 0 70 101 5 10 126 100
Binary 11110010 1101011 1010101 0 111000 1000001 101 1000 1010110 1000000

Color Harmonies of #F26B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26B55

Black with #F26B55

Text Example


Text Example

White with #F26B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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