Html Css Color HEX #F26525 Burnt Orange

📋 copy color: '#F26525'

red 242 ◦ green 101 ◦ blue 37

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

Shades of Burnt Orange #F26525

Tints of Burnt Orange #F26525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.74%

R = 63.68%
G = 26.58%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F26525 (or 0xF26525) is known color: Burnt Orange. HEX triplet: F2, 65 and 25. RGB value is (242,101,37). Sum of RGB (Red+Green+Blue) = 242+101+37=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F26525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26525 is #0D9ADA. Grayscale: #888888. Windows color (decimal): -891611 or 2450930. OLE color: 2450930.

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

Color convert

RGB 242 101 37 -
CMYK 0 0.58 0.85 0.05
HSL 18.73º 0.89% 0.55% -
HSV(B) 18.73º 0.85% 0.95% -
XYZ 41.61 28.32 5.02 -
YUV 135.86 72.21 203.7 -
System Red Green Blue C M Y K H S L
Decimal 242 101 37 0 0.58 0.85 0.05 18.73 0.89 0.55
Hex F2 65 25 0 3A 55 5 13 59 37
Octal 362 145 45 0 72 125 5 23 131 67
Binary 11110010 1100101 100101 0 111010 1010101 101 10011 1011001 110111

Color Harmonies of #F26525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26525

Black with #F26525

Text Example


Text Example

White with #F26525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26525; }

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

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

background-color css

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

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

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

border-color css

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

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

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