Html Css Color HEX #FF6A24 Burnt Orange

📋 copy color: '#FF6A24'

red 255 ◦ green 106 ◦ blue 36

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

Shades of Burnt Orange #FF6A24

Tints of Burnt Orange #FF6A24

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 36 (14.45% from 255) = 9.07%

R = 64.23%
G = 26.7%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF6A24 (or 0xFF6A24) is known color: Burnt Orange. HEX triplet: FF, 6A and 24. RGB value is (255,106,36). Sum of RGB (Red+Green+Blue) = 255+106+36=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A24 is #0095DB. Grayscale: #8F8F8F. Windows color (decimal): -38364 or 2386687. OLE color: 2386687.

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

Color convert

RGB 255 106 36 -
CMYK 0 0.58 0.86 0
HSL 19.18º 1% 0.57% -
HSV(B) 19.18º 0.86% 1% -
XYZ 46.71 31.7 5.32 -
YUV 142.57 67.86 208.19 -
System Red Green Blue C M Y K H S L
Decimal 255 106 36 0 0.58 0.86 0 19.18 1 0.57
Hex FF 6A 24 0 3A 56 0 13 64 39
Octal 377 152 44 0 72 126 0 23 144 71
Binary 11111111 1101010 100100 0 111010 1010110 0 10011 1100100 111001

Color Harmonies of #FF6A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A24

Black with #FF6A24

Text Example


Text Example

White with #FF6A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A24; }

 p { color: rgb(255,106,36); }

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

background-color css

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

 a { background-color: rgb(255,106,36); }

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

border-color css

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

 span { border-color: rgb(255,106,36); }

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