Html Css Color HEX #FF6628 Burnt Orange

📋 copy color: '#FF6628'

red 255 ◦ green 102 ◦ blue 40

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

Shades of Burnt Orange #FF6628

Tints of Burnt Orange #FF6628

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

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

R = 64.23%
G = 25.69%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF6628 (or 0xFF6628) is known color: Burnt Orange. HEX triplet: FF, 66 and 28. RGB value is (255,102,40). Sum of RGB (Red+Green+Blue) = 255+102+40=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6628 is #0099D7. Grayscale: #8D8D8D. Windows color (decimal): -39384 or 2647807. OLE color: 2647807.

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

Color convert

RGB 255 102 40 -
CMYK 0 0.6 0.84 0
HSL 17.3º 1% 0.58% -
HSV(B) 17.3º 0.84% 1% -
XYZ 46.37 30.92 5.53 -
YUV 140.68 71.19 209.54 -
System Red Green Blue C M Y K H S L
Decimal 255 102 40 0 0.6 0.84 0 17.3 1 0.58
Hex FF 66 28 0 3C 54 0 11 64 3A
Octal 377 146 50 0 74 124 0 21 144 72
Binary 11111111 1100110 101000 0 111100 1010100 0 10001 1100100 111010

Color Harmonies of #FF6628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6628

Black with #FF6628

Text Example


Text Example

White with #FF6628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6628; }

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

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

background-color css

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

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

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

border-color css

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

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

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