Html Css Color HEX #FF6230 Outrageous Orange

📋 copy color: '#FF6230'

red 255 ◦ green 98 ◦ blue 48

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

Shades of Outrageous Orange #FF6230

Tints of Outrageous Orange #FF6230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

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

R = 63.59%
G = 24.44%
B = 11.97%

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

#FF6230 (or 0xFF6230) is known color: Outrageous Orange. HEX triplet: FF, 62 and 30. RGB value is (255,98,48). Sum of RGB (Red+Green+Blue) = 255+98+48=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6230 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6230 is #009DCF. Grayscale: #8B8B8B. Windows color (decimal): -40400 or 3171071. OLE color: 3171071.

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

Color convert

RGB 255 98 48 -
CMYK 0 0.62 0.81 0
HSL 14.49º 1% 0.59% -
HSV(B) 14.49º 0.81% 1% -
XYZ 46.14 30.21 6.2 -
YUV 139.24 76.51 210.57 -
System Red Green Blue C M Y K H S L
Decimal 255 98 48 0 0.62 0.81 0 14.49 1 0.59
Hex FF 62 30 0 3E 51 0 E 64 3B
Octal 377 142 60 0 76 121 0 16 144 73
Binary 11111111 1100010 110000 0 111110 1010001 0 1110 1100100 111011

Color Harmonies of #FF6230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6230

Black with #FF6230

Text Example


Text Example

White with #FF6230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6230; }

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

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

background-color css

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

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

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

border-color css

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

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

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