Html Css Color HEX #F26C4F Burnt Sienna

📋 copy color: '#F26C4F'

red 242 ◦ green 108 ◦ blue 79

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

Shades of Burnt Sienna #F26C4F

Tints of Burnt Sienna #F26C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.41%

R = 56.41%
G = 25.17%
B = 18.41%

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

#F26C4F (or 0xF26C4F) is known color: Burnt Sienna. HEX triplet: F2, 6C and 4F. RGB value is (242,108,79). Sum of RGB (Red+Green+Blue) = 242+108+79=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C4F is #0D93B0. Grayscale: #919191. Windows color (decimal): -889777 or 5205234. OLE color: 5205234.

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

Color convert

RGB 242 108 79 -
CMYK 0 0.55 0.67 0.05
HSL 10.67º 0.86% 0.63% -
HSV(B) 10.67º 0.67% 0.95% -
XYZ 43.39 30.17 10.93 -
YUV 144.76 90.89 197.36 -
System Red Green Blue C M Y K H S L
Decimal 242 108 79 0 0.55 0.67 0.05 10.67 0.86 0.63
Hex F2 6C 4F 0 37 43 5 B 56 3F
Octal 362 154 117 0 67 103 5 13 126 77
Binary 11110010 1101100 1001111 0 110111 1000011 101 1011 1010110 111111

Color Harmonies of #F26C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C4F

Black with #F26C4F

Text Example


Text Example

White with #F26C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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