Html Css Color HEX #F26D41 Burnt Orange

📋 copy color: '#F26D41'

red 242 ◦ green 109 ◦ blue 65

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

Shades of Burnt Orange #F26D41

Tints of Burnt Orange #F26D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.63%

R = 58.17%
G = 26.2%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F26D41 (or 0xF26D41) is known color: Burnt Orange. HEX triplet: F2, 6D and 41. RGB value is (242,109,65). Sum of RGB (Red+Green+Blue) = 242+109+65=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D41 is #0D92BE. Grayscale: #909090. Windows color (decimal): -889535 or 4287986. OLE color: 4287986.

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

Color convert

RGB 242 109 65 -
CMYK 0 0.55 0.73 0.05
HSL 14.92º 0.87% 0.6% -
HSV(B) 14.92º 0.73% 0.95% -
XYZ 43.04 30.2 8.56 -
YUV 143.75 83.56 198.08 -
System Red Green Blue C M Y K H S L
Decimal 242 109 65 0 0.55 0.73 0.05 14.92 0.87 0.6
Hex F2 6D 41 0 37 49 5 F 57 3C
Octal 362 155 101 0 67 111 5 17 127 74
Binary 11110010 1101101 1000001 0 110111 1001001 101 1111 1010111 111100

Color Harmonies of #F26D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26D41

Black with #F26D41

Text Example


Text Example

White with #F26D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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