Html Css Color HEX #FF4125 Red Orange

📋 copy color: '#FF4125'

red 255 ◦ green 65 ◦ blue 37

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

Shades of Red Orange #FF4125

Tints of Red Orange #FF4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

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

R = 71.43%
G = 18.21%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF4125 (or 0xFF4125) is known color: Red Orange. HEX triplet: FF, 41 and 25. RGB value is (255,65,37). Sum of RGB (Red+Green+Blue) = 255+65+37=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4125 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4125 is #00BEDA. Grayscale: #767676. Windows color (decimal): -48859 or 2441727. OLE color: 2441727.

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

Color convert

RGB 255 65 37 -
CMYK 0 0.75 0.85 0
HSL 7.71º 1% 0.57% -
HSV(B) 7.71º 0.85% 1% -
XYZ 43.46 25.17 4.32 -
YUV 118.62 81.95 225.28 -
System Red Green Blue C M Y K H S L
Decimal 255 65 37 0 0.75 0.85 0 7.71 1 0.57
Hex FF 41 25 0 4B 55 0 8 64 39
Octal 377 101 45 0 113 125 0 10 144 71
Binary 11111111 1000001 100101 0 1001011 1010101 0 1000 1100100 111001

Color Harmonies of #FF4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4125

Black with #FF4125

Text Example


Text Example

White with #FF4125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4125; }

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

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

background-color css

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

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

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

border-color css

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

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

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