Html Css Color HEX #F26825 Burnt Orange

📋 copy color: '#F26825'

red 242 ◦ green 104 ◦ blue 37

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

Shades of Burnt Orange #F26825

Tints of Burnt Orange #F26825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.15%

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

R = 63.19%
G = 27.15%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F26825 (or 0xF26825) is known color: Burnt Orange. HEX triplet: F2, 68 and 25. RGB value is (242,104,37). Sum of RGB (Red+Green+Blue) = 242+104+37=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F26825 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26825 is #0D97DA. Grayscale: #8A8A8A. Windows color (decimal): -890843 or 2451698. OLE color: 2451698.

HSL color Cylindrical-coordinate representation of color #F26825: hue angle of 19.61º 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 #F26825 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 104 37 -
CMYK 0 0.57 0.85 0.05
HSL 19.61º 0.89% 0.55% -
HSV(B) 19.61º 0.85% 0.95% -
XYZ 41.9 28.91 5.12 -
YUV 137.62 71.22 202.45 -
System Red Green Blue C M Y K H S L
Decimal 242 104 37 0 0.57 0.85 0.05 19.61 0.89 0.55
Hex F2 68 25 0 39 55 5 14 59 37
Octal 362 150 45 0 71 125 5 24 131 67
Binary 11110010 1101000 100101 0 111001 1010101 101 10100 1011001 110111

Color Harmonies of #F26825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26825

Black with #F26825

Text Example


Text Example

White with #F26825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26825; }

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

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

background-color css

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

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

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

border-color css

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

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

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