Html Css Color HEX #F26C38 Burnt Orange

📋 copy color: '#F26C38'

red 242 ◦ green 108 ◦ blue 56

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

Shades of Burnt Orange #F26C38

Tints of Burnt Orange #F26C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

 BLUE value IS 56 (22.27% from 255) = 13.79%

R = 59.61%
G = 26.6%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F26C38 (or 0xF26C38) is known color: Burnt Orange. HEX triplet: F2, 6C and 38. RGB value is (242,108,56). Sum of RGB (Red+Green+Blue) = 242+108+56=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26C38 is #0D93C7. Grayscale: #8E8E8E. Windows color (decimal): -889800 or 3697906. OLE color: 3697906.

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

Color convert

RGB 242 108 56 -
CMYK 0 0.55 0.77 0.05
HSL 16.77º 0.88% 0.58% -
HSV(B) 16.77º 0.77% 0.95% -
XYZ 42.69 29.89 7.26 -
YUV 142.14 79.39 199.23 -
System Red Green Blue C M Y K H S L
Decimal 242 108 56 0 0.55 0.77 0.05 16.77 0.88 0.58
Hex F2 6C 38 0 37 4D 5 11 58 3A
Octal 362 154 70 0 67 115 5 21 130 72
Binary 11110010 1101100 111000 0 110111 1001101 101 10001 1011000 111010

Color Harmonies of #F26C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C38

Black with #F26C38

Text Example


Text Example

White with #F26C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C38; }

 p { color: rgb(242,108,56); }

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

background-color css

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

 a { background-color: rgb(242,108,56); }

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

border-color css

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

 span { border-color: rgb(242,108,56); }

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