Html Css Color HEX #F26E4D Burnt Sienna

📋 copy color: '#F26E4D'

red 242 ◦ green 110 ◦ blue 77

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

Shades of Burnt Sienna #F26E4D

Tints of Burnt Sienna #F26E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.64%

 BLUE value IS 77 (30.47% from 255) = 17.95%

R = 56.41%
G = 25.64%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F26E4D (or 0xF26E4D) is known color: Burnt Sienna. HEX triplet: F2, 6E and 4D. RGB value is (242,110,77). Sum of RGB (Red+Green+Blue) = 242+110+77=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26E4D is #0D91B2. Grayscale: #919191. Windows color (decimal): -889267 or 5074674. OLE color: 5074674.

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

Color convert

RGB 242 110 77 -
CMYK 0 0.55 0.68 0.05
HSL 12º 0.86% 0.63% -
HSV(B) 12º 0.68% 0.95% -
XYZ 43.53 30.56 10.63 -
YUV 145.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 242 110 77 0 0.55 0.68 0.05 12 0.86 0.63
Hex F2 6E 4D 0 37 44 5 C 56 3F
Octal 362 156 115 0 67 104 5 14 126 77
Binary 11110010 1101110 1001101 0 110111 1000100 101 1100 1010110 111111

Color Harmonies of #F26E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26E4D

Black with #F26E4D

Text Example


Text Example

White with #F26E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26E4D; }

 p { color: rgb(242,110,77); }

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

background-color css

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

 a { background-color: rgb(242,110,77); }

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

border-color css

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

 span { border-color: rgb(242,110,77); }

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