Html Css Color HEX #FF6928 Burnt Orange

📋 copy color: '#FF6928'

red 255 ◦ green 105 ◦ blue 40

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

Shades of Burnt Orange #FF6928

Tints of Burnt Orange #FF6928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.25%

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

R = 63.75%
G = 26.25%
B = 10%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF6928 (or 0xFF6928) is known color: Burnt Orange. HEX triplet: FF, 69 and 28. RGB value is (255,105,40). Sum of RGB (Red+Green+Blue) = 255+105+40=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6928 is #0096D7. Grayscale: #8E8E8E. Windows color (decimal): -38616 or 2648575. OLE color: 2648575.

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

Color convert

RGB 255 105 40 -
CMYK 0 0.59 0.84 0
HSL 18.14º 1% 0.58% -
HSV(B) 18.14º 0.84% 1% -
XYZ 46.67 31.52 5.63 -
YUV 142.44 70.2 208.29 -
System Red Green Blue C M Y K H S L
Decimal 255 105 40 0 0.59 0.84 0 18.14 1 0.58
Hex FF 69 28 0 3B 54 0 12 64 3A
Octal 377 151 50 0 73 124 0 22 144 72
Binary 11111111 1101001 101000 0 111011 1010100 0 10010 1100100 111010

Color Harmonies of #FF6928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6928

Black with #FF6928

Text Example


Text Example

White with #FF6928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6928; }

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

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

background-color css

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

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

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

border-color css

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

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

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