Html Css Color HEX #FF6225 Outrageous Orange

📋 copy color: '#FF6225'

red 255 ◦ green 98 ◦ blue 37

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

Shades of Outrageous Orange #FF6225

Tints of Outrageous Orange #FF6225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

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

R = 65.38%
G = 25.13%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF6225 (or 0xFF6225) is known color: Outrageous Orange. HEX triplet: FF, 62 and 25. RGB value is (255,98,37). Sum of RGB (Red+Green+Blue) = 255+98+37=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6225 is #009DDA. Grayscale: #8A8A8A. Windows color (decimal): -40411 or 2450175. OLE color: 2450175.

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

Color convert

RGB 255 98 37 -
CMYK 0 0.62 0.85 0
HSL 16.79º 1% 0.57% -
HSV(B) 16.79º 0.85% 1% -
XYZ 45.94 30.13 5.14 -
YUV 137.99 71.01 211.46 -
System Red Green Blue C M Y K H S L
Decimal 255 98 37 0 0.62 0.85 0 16.79 1 0.57
Hex FF 62 25 0 3E 55 0 11 64 39
Octal 377 142 45 0 76 125 0 21 144 71
Binary 11111111 1100010 100101 0 111110 1010101 0 10001 1100100 111001

Color Harmonies of #FF6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6225

Black with #FF6225

Text Example


Text Example

White with #FF6225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6225; }

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

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

background-color css

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

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

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

border-color css

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

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

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