Html Css Color HEX #FF6130 Outrageous Orange

📋 copy color: '#FF6130'

red 255 ◦ green 97 ◦ blue 48

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

Shades of Outrageous Orange #FF6130

Tints of Outrageous Orange #FF6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.25%

 BLUE value IS 48 (19.14% from 255) = 12%

R = 63.75%
G = 24.25%
B = 12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF6130 (or 0xFF6130) is known color: Outrageous Orange. HEX triplet: FF, 61 and 30. RGB value is (255,97,48). Sum of RGB (Red+Green+Blue) = 255+97+48=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6130 is #009ECF. Grayscale: #8B8B8B. Windows color (decimal): -40656 or 3170815. OLE color: 3170815.

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

Color convert

RGB 255 97 48 -
CMYK 0 0.62 0.81 0
HSL 14.2º 1% 0.59% -
HSV(B) 14.2º 0.81% 1% -
XYZ 46.05 30.02 6.16 -
YUV 138.66 76.85 210.98 -
System Red Green Blue C M Y K H S L
Decimal 255 97 48 0 0.62 0.81 0 14.2 1 0.59
Hex FF 61 30 0 3E 51 0 E 64 3B
Octal 377 141 60 0 76 121 0 16 144 73
Binary 11111111 1100001 110000 0 111110 1010001 0 1110 1100100 111011

Color Harmonies of #FF6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6130

Black with #FF6130

Text Example


Text Example

White with #FF6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6130; }

 p { color: rgb(255,97,48); }

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

background-color css

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

 a { background-color: rgb(255,97,48); }

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

border-color css

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

 span { border-color: rgb(255,97,48); }

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