Html Css Color HEX #F26729 Burnt Orange

📋 copy color: '#F26729'

red 242 ◦ green 103 ◦ blue 41

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

Shades of Burnt Orange #F26729

Tints of Burnt Orange #F26729

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

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

R = 62.69%
G = 26.68%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F26729 (or 0xF26729) is known color: Burnt Orange. HEX triplet: F2, 67 and 29. RGB value is (242,103,41). Sum of RGB (Red+Green+Blue) = 242+103+41=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F26729 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26729 is #0D98D6. Grayscale: #898989. Windows color (decimal): -891095 or 2713586. OLE color: 2713586.

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

Color convert

RGB 242 103 41 -
CMYK 0 0.57 0.83 0.05
HSL 18.51º 0.89% 0.55% -
HSV(B) 18.51º 0.83% 0.95% -
XYZ 41.87 28.74 5.44 -
YUV 137.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 242 103 41 0 0.57 0.83 0.05 18.51 0.89 0.55
Hex F2 67 29 0 39 53 5 13 59 37
Octal 362 147 51 0 71 123 5 23 131 67
Binary 11110010 1100111 101001 0 111001 1010011 101 10011 1011001 110111

Color Harmonies of #F26729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26729

Black with #F26729

Text Example


Text Example

White with #F26729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26729; }

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

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

background-color css

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

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

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

border-color css

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

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

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