Html Css Color HEX #FF6426 Burnt Orange

📋 copy color: '#FF6426'

red 255 ◦ green 100 ◦ blue 38

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

Shades of Burnt Orange #FF6426

Tints of Burnt Orange #FF6426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

 BLUE value IS 38 (15.23% from 255) = 9.67%

R = 64.89%
G = 25.45%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF6426 (or 0xFF6426) is known color: Burnt Orange. HEX triplet: FF, 64 and 26. RGB value is (255,100,38). Sum of RGB (Red+Green+Blue) = 255+100+38=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6426 is #009BD9. Grayscale: #8B8B8B. Windows color (decimal): -39898 or 2516223. OLE color: 2516223.

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

Color convert

RGB 255 100 38 -
CMYK 0 0.61 0.85 0
HSL 17.14º 1% 0.57% -
HSV(B) 17.14º 0.85% 1% -
XYZ 46.15 30.51 5.29 -
YUV 139.28 70.85 210.54 -
System Red Green Blue C M Y K H S L
Decimal 255 100 38 0 0.61 0.85 0 17.14 1 0.57
Hex FF 64 26 0 3D 55 0 11 64 39
Octal 377 144 46 0 75 125 0 21 144 71
Binary 11111111 1100100 100110 0 111101 1010101 0 10001 1100100 111001

Color Harmonies of #FF6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6426

Black with #FF6426

Text Example


Text Example

White with #FF6426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6426; }

 p { color: rgb(255,100,38); }

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

background-color css

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

 a { background-color: rgb(255,100,38); }

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

border-color css

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

 span { border-color: rgb(255,100,38); }

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