Html Css Color HEX #F26529 Burnt Orange

📋 copy color: '#F26529'

red 242 ◦ green 101 ◦ blue 41

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

Shades of Burnt Orange #F26529

Tints of Burnt Orange #F26529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

 BLUE value IS 41 (16.41% from 255) = 10.68%

R = 63.02%
G = 26.3%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F26529 (or 0xF26529) is known color: Burnt Orange. HEX triplet: F2, 65 and 29. RGB value is (242,101,41). Sum of RGB (Red+Green+Blue) = 242+101+41=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F26529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26529 is #0D9AD6. Grayscale: #888888. Windows color (decimal): -891607 or 2713074. OLE color: 2713074.

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

Color convert

RGB 242 101 41 -
CMYK 0 0.58 0.83 0.05
HSL 17.91º 0.89% 0.55% -
HSV(B) 17.91º 0.83% 0.95% -
XYZ 41.67 28.34 5.37 -
YUV 136.32 74.21 203.38 -
System Red Green Blue C M Y K H S L
Decimal 242 101 41 0 0.58 0.83 0.05 17.91 0.89 0.55
Hex F2 65 29 0 3A 53 5 12 59 37
Octal 362 145 51 0 72 123 5 22 131 67
Binary 11110010 1100101 101001 0 111010 1010011 101 10010 1011001 110111

Color Harmonies of #F26529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26529

Black with #F26529

Text Example


Text Example

White with #F26529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26529; }

 p { color: rgb(242,101,41); }

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

background-color css

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

 a { background-color: rgb(242,101,41); }

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

border-color css

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

 span { border-color: rgb(242,101,41); }

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