Html Css Color HEX #FF6425 Burnt Orange

📋 copy color: '#FF6425'

red 255 ◦ green 100 ◦ blue 37

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

Shades of Burnt Orange #FF6425

Tints of Burnt Orange #FF6425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.44%

R = 65.05%
G = 25.51%
B = 9.44%

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

#FF6425 (or 0xFF6425) is known color: Burnt Orange. HEX triplet: FF, 64 and 25. RGB value is (255,100,37). Sum of RGB (Red+Green+Blue) = 255+100+37=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6425 is #009BDA. Grayscale: #8B8B8B. Windows color (decimal): -39899 or 2450687. OLE color: 2450687.

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

Color convert

RGB 255 100 37 -
CMYK 0 0.61 0.85 0
HSL 17.34º 1% 0.57% -
HSV(B) 17.34º 0.85% 1% -
XYZ 46.13 30.51 5.21 -
YUV 139.16 70.35 210.62 -
System Red Green Blue C M Y K H S L
Decimal 255 100 37 0 0.61 0.85 0 17.34 1 0.57
Hex FF 64 25 0 3D 55 0 11 64 39
Octal 377 144 45 0 75 125 0 21 144 71
Binary 11111111 1100100 100101 0 111101 1010101 0 10001 1100100 111001

Color Harmonies of #FF6425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6425

Black with #FF6425

Text Example


Text Example

White with #FF6425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6425; }

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

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

background-color css

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

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

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

border-color css

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

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

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