Html Css Color HEX #FF6630 Outrageous Orange

📋 copy color: '#FF6630'

red 255 ◦ green 102 ◦ blue 48

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

Shades of Outrageous Orange #FF6630

Tints of Outrageous Orange #FF6630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

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

R = 62.96%
G = 25.19%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF6630 (or 0xFF6630) is known color: Outrageous Orange. HEX triplet: FF, 66 and 30. RGB value is (255,102,48). Sum of RGB (Red+Green+Blue) = 255+102+48=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6630 is #0099CF. Grayscale: #8D8D8D. Windows color (decimal): -39376 or 3172095. OLE color: 3172095.

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

Color convert

RGB 255 102 48 -
CMYK 0 0.6 0.81 0
HSL 15.65º 1% 0.59% -
HSV(B) 15.65º 0.81% 1% -
XYZ 46.52 30.98 6.32 -
YUV 141.59 75.19 208.89 -
System Red Green Blue C M Y K H S L
Decimal 255 102 48 0 0.6 0.81 0 15.65 1 0.59
Hex FF 66 30 0 3C 51 0 10 64 3B
Octal 377 146 60 0 74 121 0 20 144 73
Binary 11111111 1100110 110000 0 111100 1010001 0 10000 1100100 111011

Color Harmonies of #FF6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6630

Black with #FF6630

Text Example


Text Example

White with #FF6630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6630; }

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

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

background-color css

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

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

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

border-color css

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

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

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