Html Css Color HEX #F26523 Burnt Orange

📋 copy color: '#F26523'

red 242 ◦ green 101 ◦ blue 35

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

Shades of Burnt Orange #F26523

Tints of Burnt Orange #F26523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.26%

R = 64.02%
G = 26.72%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F26523 (or 0xF26523) is known color: Burnt Orange. HEX triplet: F2, 65 and 23. RGB value is (242,101,35). Sum of RGB (Red+Green+Blue) = 242+101+35=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F26523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26523 is #0D9ADC. Grayscale: #888888. Windows color (decimal): -891613 or 2319858. OLE color: 2319858.

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

Color convert

RGB 242 101 35 -
CMYK 0 0.58 0.86 0.05
HSL 19.13º 0.89% 0.54% -
HSV(B) 19.13º 0.86% 0.95% -
XYZ 41.58 28.31 4.86 -
YUV 135.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 242 101 35 0 0.58 0.86 0.05 19.13 0.89 0.54
Hex F2 65 23 0 3A 56 5 13 59 36
Octal 362 145 43 0 72 126 5 23 131 66
Binary 11110010 1100101 100011 0 111010 1010110 101 10011 1011001 110110

Color Harmonies of #F26523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26523

Black with #F26523

Text Example


Text Example

White with #F26523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26523; }

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

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

background-color css

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

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

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

border-color css

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

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

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