Html Css Color HEX #F26C50 Burnt Sienna

📋 copy color: '#F26C50'

red 242 ◦ green 108 ◦ blue 80

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

Shades of Burnt Sienna #F26C50

Tints of Burnt Sienna #F26C50

RGB

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

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

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

R = 56.28%
G = 25.12%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F26C50 (or 0xF26C50) is known color: Burnt Sienna. HEX triplet: F2, 6C and 50. RGB value is (242,108,80). Sum of RGB (Red+Green+Blue) = 242+108+80=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C50 is #0D93AF. Grayscale: #919191. Windows color (decimal): -889776 or 5270770. OLE color: 5270770.

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

Color convert

RGB 242 108 80 -
CMYK 0 0.55 0.67 0.05
HSL 10.37º 0.86% 0.63% -
HSV(B) 10.37º 0.67% 0.95% -
XYZ 43.43 30.18 11.13 -
YUV 144.87 91.39 197.28 -
System Red Green Blue C M Y K H S L
Decimal 242 108 80 0 0.55 0.67 0.05 10.37 0.86 0.63
Hex F2 6C 50 0 37 43 5 A 56 3F
Octal 362 154 120 0 67 103 5 12 126 77
Binary 11110010 1101100 1010000 0 110111 1000011 101 1010 1010110 111111

Color Harmonies of #F26C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C50

Black with #F26C50

Text Example


Text Example

White with #F26C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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