Html Css Color HEX #FF4100 Orange Red

📋 copy color: '#FF4100'

red 255 ◦ green 65 ◦ blue 0

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

Shades of Orange Red #FF4100

Tints of Orange Red #FF4100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.69%
G = 20.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF4100 (or 0xFF4100) is known color: Orange Red. HEX triplet: FF, 41 and 00. RGB value is (255,65,0). Sum of RGB (Red+Green+Blue) = 255+65+0=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4100 is #00BEFF. Grayscale: #727272. Windows color (decimal): -48896 or 16895. OLE color: 16895.

HSL color Cylindrical-coordinate representation of color #FF4100: hue angle of 15.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF4100 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 255 65 0 -
CMYK 0 0.75 1 0
HSL 15.29º 1% 0.5% -
HSV(B) 15.29º 1% 1% -
XYZ 43.13 25.04 2.56 -
YUV 114.4 63.45 228.29 -
System Red Green Blue C M Y K H S L
Decimal 255 65 0 0 0.75 1 0 15.29 1 0.5
Hex FF 41 0 0 4B 64 0 F 64 32
Octal 377 101 0 0 113 144 0 17 144 62
Binary 11111111 1000001 0 0 1001011 1100100 0 1111 1100100 110010

Color Harmonies of #FF4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4100

Black with #FF4100

Text Example


Text Example

White with #FF4100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4100; }

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

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

background-color css

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

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

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

border-color css

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

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

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