Html Css Color HEX #F26D4A Burnt Sienna

📋 copy color: '#F26D4A'

red 242 ◦ green 109 ◦ blue 74

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

Shades of Burnt Sienna #F26D4A

Tints of Burnt Sienna #F26D4A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.65%

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 56.94%
G = 25.65%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F26D4A (or 0xF26D4A) is known color: Burnt Sienna. HEX triplet: F2, 6D and 4A. RGB value is (242,109,74). Sum of RGB (Red+Green+Blue) = 242+109+74=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D4A is #0D92B5. Grayscale: #919191. Windows color (decimal): -889526 or 4877810. OLE color: 4877810.

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

Color convert

RGB 242 109 74 -
CMYK 0 0.55 0.69 0.05
HSL 12.5º 0.87% 0.62% -
HSV(B) 12.5º 0.69% 0.95% -
XYZ 43.32 30.31 10.05 -
YUV 144.78 88.06 197.35 -
System Red Green Blue C M Y K H S L
Decimal 242 109 74 0 0.55 0.69 0.05 12.5 0.87 0.62
Hex F2 6D 4A 0 37 45 5 C 57 3E
Octal 362 155 112 0 67 105 5 14 127 76
Binary 11110010 1101101 1001010 0 110111 1000101 101 1100 1010111 111110

Color Harmonies of #F26D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26D4A

Black with #F26D4A

Text Example


Text Example

White with #F26D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26D4A; }

 p { color: rgb(242,109,74); }

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

background-color css

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

 a { background-color: rgb(242,109,74); }

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

border-color css

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

 span { border-color: rgb(242,109,74); }

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