Html Css Color HEX #FF4A25 Red Orange

📋 copy color: '#FF4A25'

red 255 ◦ green 74 ◦ blue 37

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

Shades of Red Orange #FF4A25

Tints of Red Orange #FF4A25

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

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

R = 69.67%
G = 20.22%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF4A25 (or 0xFF4A25) is known color: Red Orange. HEX triplet: FF, 4A and 25. RGB value is (255,74,37). Sum of RGB (Red+Green+Blue) = 255+74+37=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A25 is #00B5DA. Grayscale: #7C7C7C. Windows color (decimal): -46555 or 2444031. OLE color: 2444031.

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

Color convert

RGB 255 74 37 -
CMYK 0 0.71 0.85 0
HSL 10.18º 1% 0.57% -
HSV(B) 10.18º 0.85% 1% -
XYZ 44.02 26.29 4.5 -
YUV 123.9 78.97 221.51 -
System Red Green Blue C M Y K H S L
Decimal 255 74 37 0 0.71 0.85 0 10.18 1 0.57
Hex FF 4A 25 0 47 55 0 A 64 39
Octal 377 112 45 0 107 125 0 12 144 71
Binary 11111111 1001010 100101 0 1000111 1010101 0 1010 1100100 111001

Color Harmonies of #FF4A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4A25

Black with #FF4A25

Text Example


Text Example

White with #FF4A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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