Html Css Color HEX #FF6325 Outrageous Orange

📋 copy color: '#FF6325'

red 255 ◦ green 99 ◦ blue 37

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

Shades of Outrageous Orange #FF6325

Tints of Outrageous Orange #FF6325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.32%

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

R = 65.22%
G = 25.32%
B = 9.46%

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

#FF6325 (or 0xFF6325) is known color: Outrageous Orange. HEX triplet: FF, 63 and 25. RGB value is (255,99,37). Sum of RGB (Red+Green+Blue) = 255+99+37=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6325 is #009CDA. Grayscale: #8A8A8A. Windows color (decimal): -40155 or 2450431. OLE color: 2450431.

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

Color convert

RGB 255 99 37 -
CMYK 0 0.61 0.85 0
HSL 17.06º 1% 0.57% -
HSV(B) 17.06º 0.85% 1% -
XYZ 46.04 30.32 5.18 -
YUV 138.58 70.68 211.04 -
System Red Green Blue C M Y K H S L
Decimal 255 99 37 0 0.61 0.85 0 17.06 1 0.57
Hex FF 63 25 0 3D 55 0 11 64 39
Octal 377 143 45 0 75 125 0 21 144 71
Binary 11111111 1100011 100101 0 111101 1010101 0 10001 1100100 111001

Color Harmonies of #FF6325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6325

Black with #FF6325

Text Example


Text Example

White with #FF6325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6325; }

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

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

background-color css

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

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

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

border-color css

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

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

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