Html Css Color HEX #F26850 Burnt Sienna

📋 copy color: '#F26850'

red 242 ◦ green 104 ◦ blue 80

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

Shades of Burnt Sienna #F26850

Tints of Burnt Sienna #F26850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.41%

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

R = 56.81%
G = 24.41%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F26850 (or 0xF26850) is known color: Burnt Sienna. HEX triplet: F2, 68 and 50. RGB value is (242,104,80). Sum of RGB (Red+Green+Blue) = 242+104+80=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F26850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26850 is #0D97AF. Grayscale: #8E8E8E. Windows color (decimal): -890800 or 5269746. OLE color: 5269746.

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

Color convert

RGB 242 104 80 -
CMYK 0 0.57 0.67 0.05
HSL 8.89º 0.86% 0.63% -
HSV(B) 8.89º 0.67% 0.95% -
XYZ 43.02 29.36 10.99 -
YUV 142.53 92.72 198.95 -
System Red Green Blue C M Y K H S L
Decimal 242 104 80 0 0.57 0.67 0.05 8.89 0.86 0.63
Hex F2 68 50 0 39 43 5 9 56 3F
Octal 362 150 120 0 71 103 5 11 126 77
Binary 11110010 1101000 1010000 0 111001 1000011 101 1001 1010110 111111

Color Harmonies of #F26850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26850

Black with #F26850

Text Example


Text Example

White with #F26850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26850; }

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

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

background-color css

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

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

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

border-color css

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

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

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