Html Css Color HEX #FF5F3F Outrageous Orange

📋 copy color: '#FF5F3F'

red 255 ◦ green 95 ◦ blue 63

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

Shades of Outrageous Orange #FF5F3F

Tints of Outrageous Orange #FF5F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.25%

R = 61.74%
G = 23%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF5F3F (or 0xFF5F3F) is known color: Outrageous Orange. HEX triplet: FF, 5F and 3F. RGB value is (255,95,63). Sum of RGB (Red+Green+Blue) = 255+95+63=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F3F is #00A0C0. Grayscale: #8B8B8B. Windows color (decimal): -41153 or 4153343. OLE color: 4153343.

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

Color convert

RGB 255 95 63 -
CMYK 0 0.63 0.75 0
HSL 10º 1% 0.62% -
HSV(B) 10º 0.75% 1% -
XYZ 46.23 29.8 8.02 -
YUV 139.19 85.01 210.6 -
System Red Green Blue C M Y K H S L
Decimal 255 95 63 0 0.63 0.75 0 10 1 0.62
Hex FF 5F 3F 0 3F 4B 0 A 64 3E
Octal 377 137 77 0 77 113 0 12 144 76
Binary 11111111 1011111 111111 0 111111 1001011 0 1010 1100100 111110

Color Harmonies of #FF5F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F3F

Black with #FF5F3F

Text Example


Text Example

White with #FF5F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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