Html Css Color HEX #FF6030 Outrageous Orange

📋 copy color: '#FF6030'

red 255 ◦ green 96 ◦ blue 48

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

Shades of Outrageous Orange #FF6030

Tints of Outrageous Orange #FF6030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.06%

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

R = 63.91%
G = 24.06%
B = 12.03%

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

#FF6030 (or 0xFF6030) is known color: Outrageous Orange. HEX triplet: FF, 60 and 30. RGB value is (255,96,48). Sum of RGB (Red+Green+Blue) = 255+96+48=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6030 is #009FCF. Grayscale: #8A8A8A. Windows color (decimal): -40912 or 3170559. OLE color: 3170559.

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

Color convert

RGB 255 96 48 -
CMYK 0 0.62 0.81 0
HSL 13.91º 1% 0.59% -
HSV(B) 13.91º 0.81% 1% -
XYZ 45.96 29.84 6.13 -
YUV 138.07 77.18 211.4 -
System Red Green Blue C M Y K H S L
Decimal 255 96 48 0 0.62 0.81 0 13.91 1 0.59
Hex FF 60 30 0 3E 51 0 E 64 3B
Octal 377 140 60 0 76 121 0 16 144 73
Binary 11111111 1100000 110000 0 111110 1010001 0 1110 1100100 111011

Color Harmonies of #FF6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6030

Black with #FF6030

Text Example


Text Example

White with #FF6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6030; }

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

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

background-color css

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

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

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

border-color css

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

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

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