Html Css Color HEX #F26B29 Burnt Orange

📋 copy color: '#F26B29'

red 242 ◦ green 107 ◦ blue 41

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

Shades of Burnt Orange #F26B29

Tints of Burnt Orange #F26B29

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

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

R = 62.05%
G = 27.44%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F26B29 (or 0xF26B29) is known color: Burnt Orange. HEX triplet: F2, 6B and 29. RGB value is (242,107,41). Sum of RGB (Red+Green+Blue) = 242+107+41=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26B29 is #0D94D6. Grayscale: #8C8C8C. Windows color (decimal): -890071 or 2714610. OLE color: 2714610.

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

Color convert

RGB 242 107 41 -
CMYK 0 0.56 0.83 0.05
HSL 19.7º 0.89% 0.55% -
HSV(B) 19.7º 0.83% 0.95% -
XYZ 42.28 29.55 5.57 -
YUV 139.84 72.23 200.87 -
System Red Green Blue C M Y K H S L
Decimal 242 107 41 0 0.56 0.83 0.05 19.7 0.89 0.55
Hex F2 6B 29 0 38 53 5 14 59 37
Octal 362 153 51 0 70 123 5 24 131 67
Binary 11110010 1101011 101001 0 111000 1010011 101 10100 1011001 110111

Color Harmonies of #F26B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26B29

Black with #F26B29

Text Example


Text Example

White with #F26B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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