Html Css Color HEX #F26B50 Burnt Sienna

📋 copy color: '#F26B50'

red 242 ◦ green 107 ◦ blue 80

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

Shades of Burnt Sienna #F26B50

Tints of Burnt Sienna #F26B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 56.41%
G = 24.94%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F26B50 (or 0xF26B50) is known color: Burnt Sienna. HEX triplet: F2, 6B and 50. RGB value is (242,107,80). Sum of RGB (Red+Green+Blue) = 242+107+80=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26B50 is #0D94AF. Grayscale: #909090. Windows color (decimal): -890032 or 5270514. OLE color: 5270514.

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

Color convert

RGB 242 107 80 -
CMYK 0 0.56 0.67 0.05
HSL 10º 0.86% 0.63% -
HSV(B) 10º 0.67% 0.95% -
XYZ 43.32 29.97 11.09 -
YUV 144.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 242 107 80 0 0.56 0.67 0.05 10 0.86 0.63
Hex F2 6B 50 0 38 43 5 A 56 3F
Octal 362 153 120 0 70 103 5 12 126 77
Binary 11110010 1101011 1010000 0 111000 1000011 101 1010 1010110 111111

Color Harmonies of #F26B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26B50

Black with #F26B50

Text Example


Text Example

White with #F26B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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