Html Css Color HEX #FF4126 Red Orange

📋 copy color: '#FF4126'

red 255 ◦ green 65 ◦ blue 38

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

Shades of Red Orange #FF4126

Tints of Red Orange #FF4126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.61%

R = 71.23%
G = 18.16%
B = 10.61%

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

#FF4126 (or 0xFF4126) is known color: Red Orange. HEX triplet: FF, 41 and 26. RGB value is (255,65,38). Sum of RGB (Red+Green+Blue) = 255+65+38=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4126 is #00BED9. Grayscale: #777777. Windows color (decimal): -48858 or 2507263. OLE color: 2507263.

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

Color convert

RGB 255 65 38 -
CMYK 0 0.75 0.85 0
HSL 7.47º 1% 0.57% -
HSV(B) 7.47º 0.85% 1% -
XYZ 43.48 25.18 4.4 -
YUV 118.73 82.45 225.2 -
System Red Green Blue C M Y K H S L
Decimal 255 65 38 0 0.75 0.85 0 7.47 1 0.57
Hex FF 41 26 0 4B 55 0 7 64 39
Octal 377 101 46 0 113 125 0 7 144 71
Binary 11111111 1000001 100110 0 1001011 1010101 0 111 1100100 111001

Color Harmonies of #FF4126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4126

Black with #FF4126

Text Example


Text Example

White with #FF4126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4126; }

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

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

background-color css

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

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

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

border-color css

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

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

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