Html Css Color HEX #F86430 Outrageous Orange

📋 copy color: '#F86430'

red 248 ◦ green 100 ◦ blue 48

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

Shades of Outrageous Orange #F86430

Tints of Outrageous Orange #F86430

RGB

 RED value IS 248 (97.27% from 255) = 62.63%

 GREEN value IS 100 (39.45% from 255) = 25.25%

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

R = 62.63%
G = 25.25%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F86430 (or 0xF86430) is known color: Outrageous Orange. HEX triplet: F8, 64 and 30. RGB value is (248,100,48). Sum of RGB (Red+Green+Blue) = 248+100+48=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F86430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86430 is #079BCF. Grayscale: #8A8A8A. Windows color (decimal): -498640 or 3171576. OLE color: 3171576.

HSL color Cylindrical-coordinate representation of color #F86430: hue angle of 15.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F86430 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 100 48 -
CMYK 0 0.60 0.81 0.03
HSL 15.6º 0.93% 0.58% -
HSV(B) 15.6º 0.81% 0.97% -
XYZ 43.8 29.28 6.14 -
YUV 138.32 77.03 206.23 -
System Red Green Blue C M Y K H S L
Decimal 248 100 48 0 0.60 0.81 0.03 15.6 0.93 0.58
Hex F8 64 30 0 3C 51 3 10 5D 3A
Octal 370 144 60 0 74 121 3 20 135 72
Binary 11111000 1100100 110000 0 111100 1010001 11 10000 1011101 111010

Color Harmonies of #F86430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86430

Black with #F86430

Text Example


Text Example

White with #F86430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86430; }

 p { color: rgb(248,100,48); }

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

background-color css

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

 a { background-color: rgb(248,100,48); }

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

border-color css

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

 span { border-color: rgb(248,100,48); }

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