Html Css Color HEX #FF5F3E Outrageous Orange

📋 copy color: '#FF5F3E'

red 255 ◦ green 95 ◦ blue 62

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

Shades of Outrageous Orange #FF5F3E

Tints of Outrageous Orange #FF5F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.05%

R = 61.89%
G = 23.06%
B = 15.05%

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

#FF5F3E (or 0xFF5F3E) is known color: Outrageous Orange. HEX triplet: FF, 5F and 3E. RGB value is (255,95,62). Sum of RGB (Red+Green+Blue) = 255+95+62=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F3E is #00A0C1. Grayscale: #8B8B8B. Windows color (decimal): -41154 or 4087807. OLE color: 4087807.

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

Color convert

RGB 255 95 62 -
CMYK 0 0.63 0.76 0
HSL 10.26º 1% 0.62% -
HSV(B) 10.26º 0.76% 1% -
XYZ 46.2 29.79 7.87 -
YUV 139.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 255 95 62 0 0.63 0.76 0 10.26 1 0.62
Hex FF 5F 3E 0 3F 4C 0 A 64 3E
Octal 377 137 76 0 77 114 0 12 144 76
Binary 11111111 1011111 111110 0 111111 1001100 0 1010 1100100 111110

Color Harmonies of #FF5F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F3E

Black with #FF5F3E

Text Example


Text Example

White with #FF5F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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