Html Css Color HEX #FF6B29 Burnt Orange

📋 copy color: '#FF6B29'

red 255 ◦ green 107 ◦ blue 41

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

Shades of Burnt Orange #FF6B29

Tints of Burnt Orange #FF6B29

RGB

 RED value IS 255 (100% from 255) = 63.28%

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

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

R = 63.28%
G = 26.55%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF6B29 (or 0xFF6B29) is known color: Burnt Orange. HEX triplet: FF, 6B and 29. RGB value is (255,107,41). Sum of RGB (Red+Green+Blue) = 255+107+41=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B29 is #0094D6. Grayscale: #909090. Windows color (decimal): -38103 or 2714623. OLE color: 2714623.

HSL color Cylindrical-coordinate representation of color #FF6B29: hue angle of 18.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF6B29 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 107 41 -
CMYK 0 0.58 0.84 0
HSL 18.5º 1% 0.58% -
HSV(B) 18.5º 0.84% 1% -
XYZ 46.9 31.94 5.79 -
YUV 143.73 70.03 207.37 -
System Red Green Blue C M Y K H S L
Decimal 255 107 41 0 0.58 0.84 0 18.5 1 0.58
Hex FF 6B 29 0 3A 54 0 13 64 3A
Octal 377 153 51 0 72 124 0 23 144 72
Binary 11111111 1101011 101001 0 111010 1010100 0 10011 1100100 111010

Color Harmonies of #FF6B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B29

Black with #FF6B29

Text Example


Text Example

White with #FF6B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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