Html Css Color HEX #FF6B28 Burnt Orange

📋 copy color: '#FF6B28'

red 255 ◦ green 107 ◦ blue 40

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

Shades of Burnt Orange #FF6B28

Tints of Burnt Orange #FF6B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.95%

R = 63.43%
G = 26.62%
B = 9.95%

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

#FF6B28 (or 0xFF6B28) is known color: Burnt Orange. HEX triplet: FF, 6B and 28. RGB value is (255,107,40). Sum of RGB (Red+Green+Blue) = 255+107+40=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B28 is #0094D7. Grayscale: #909090. Windows color (decimal): -38104 or 2649087. OLE color: 2649087.

HSL color Cylindrical-coordinate representation of color #FF6B28: hue angle of 18.7º 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 #FF6B28 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 107 40 -
CMYK 0 0.58 0.84 0
HSL 18.7º 1% 0.58% -
HSV(B) 18.7º 0.84% 1% -
XYZ 46.88 31.93 5.7 -
YUV 143.61 69.53 207.45 -
System Red Green Blue C M Y K H S L
Decimal 255 107 40 0 0.58 0.84 0 18.7 1 0.58
Hex FF 6B 28 0 3A 54 0 13 64 3A
Octal 377 153 50 0 72 124 0 23 144 72
Binary 11111111 1101011 101000 0 111010 1010100 0 10011 1100100 111010

Color Harmonies of #FF6B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B28

Black with #FF6B28

Text Example


Text Example

White with #FF6B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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