Html Css Color HEX #F26C46 Burnt Sienna

📋 copy color: '#F26C46'

red 242 ◦ green 108 ◦ blue 70

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

Shades of Burnt Sienna #F26C46

Tints of Burnt Sienna #F26C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.67%

R = 57.62%
G = 25.71%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F26C46 (or 0xF26C46) is known color: Burnt Sienna. HEX triplet: F2, 6C and 46. RGB value is (242,108,70). Sum of RGB (Red+Green+Blue) = 242+108+70=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26C46 is #0D93B9. Grayscale: #909090. Windows color (decimal): -889786 or 4615410. OLE color: 4615410.

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

Color convert

RGB 242 108 70 -
CMYK 0 0.55 0.71 0.05
HSL 13.26º 0.87% 0.61% -
HSV(B) 13.26º 0.71% 0.95% -
XYZ 43.09 30.04 9.32 -
YUV 143.73 86.39 198.09 -
System Red Green Blue C M Y K H S L
Decimal 242 108 70 0 0.55 0.71 0.05 13.26 0.87 0.61
Hex F2 6C 46 0 37 47 5 D 57 3D
Octal 362 154 106 0 67 107 5 15 127 75
Binary 11110010 1101100 1000110 0 110111 1000111 101 1101 1010111 111101

Color Harmonies of #F26C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C46

Black with #F26C46

Text Example


Text Example

White with #F26C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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