Html Css Color HEX #FF6530 Outrageous Orange

📋 copy color: '#FF6530'

red 255 ◦ green 101 ◦ blue 48

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

Shades of Outrageous Orange #FF6530

Tints of Outrageous Orange #FF6530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

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

R = 63.12%
G = 25%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF6530 (or 0xFF6530) is known color: Outrageous Orange. HEX triplet: FF, 65 and 30. RGB value is (255,101,48). Sum of RGB (Red+Green+Blue) = 255+101+48=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6530 is #009ACF. Grayscale: #8D8D8D. Windows color (decimal): -39632 or 3171839. OLE color: 3171839.

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

Color convert

RGB 255 101 48 -
CMYK 0 0.60 0.81 0
HSL 15.36º 1% 0.59% -
HSV(B) 15.36º 0.81% 1% -
XYZ 46.43 30.78 6.29 -
YUV 141 75.52 209.31 -
System Red Green Blue C M Y K H S L
Decimal 255 101 48 0 0.60 0.81 0 15.36 1 0.59
Hex FF 65 30 0 3C 51 0 F 64 3B
Octal 377 145 60 0 74 121 0 17 144 73
Binary 11111111 1100101 110000 0 111100 1010001 0 1111 1100100 111011

Color Harmonies of #FF6530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6530

Black with #FF6530

Text Example


Text Example

White with #FF6530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6530; }

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

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

background-color css

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

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

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

border-color css

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

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

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