Html Css Color HEX #FF5F3D Outrageous Orange

📋 copy color: '#FF5F3D'

red 255 ◦ green 95 ◦ blue 61

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

Shades of Outrageous Orange #FF5F3D

Tints of Outrageous Orange #FF5F3D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 62.04%
G = 23.11%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF5F3D (or 0xFF5F3D) is known color: Outrageous Orange. HEX triplet: FF, 5F and 3D. RGB value is (255,95,61). Sum of RGB (Red+Green+Blue) = 255+95+61=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F3D is #00A0C2. Grayscale: #8B8B8B. Windows color (decimal): -41155 or 4022271. OLE color: 4022271.

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

Color convert

RGB 255 95 61 -
CMYK 0 0.63 0.76 0
HSL 10.52º 1% 0.62% -
HSV(B) 10.52º 0.76% 1% -
XYZ 46.17 29.78 7.73 -
YUV 138.96 84.01 210.76 -
System Red Green Blue C M Y K H S L
Decimal 255 95 61 0 0.63 0.76 0 10.52 1 0.62
Hex FF 5F 3D 0 3F 4C 0 B 64 3E
Octal 377 137 75 0 77 114 0 13 144 76
Binary 11111111 1011111 111101 0 111111 1001100 0 1011 1100100 111110

Color Harmonies of #FF5F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F3D

Black with #FF5F3D

Text Example


Text Example

White with #FF5F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F3D; }

 p { color: rgb(255,95,61); }

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

background-color css

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

 a { background-color: rgb(255,95,61); }

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

border-color css

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

 span { border-color: rgb(255,95,61); }

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