Html Css Color HEX #F86630 Outrageous Orange

📋 copy color: '#F86630'

red 248 ◦ green 102 ◦ blue 48

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

Shades of Outrageous Orange #F86630

Tints of Outrageous Orange #F86630

RGB

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

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

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

R = 62.31%
G = 25.63%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F86630 (or 0xF86630) is known color: Outrageous Orange. HEX triplet: F8, 66 and 30. RGB value is (248,102,48). Sum of RGB (Red+Green+Blue) = 248+102+48=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F86630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86630 is #0799CF. Grayscale: #8B8B8B. Windows color (decimal): -498128 or 3172088. OLE color: 3172088.

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

Color convert

RGB 248 102 48 -
CMYK 0 0.59 0.81 0.03
HSL 16.2º 0.93% 0.58% -
HSV(B) 16.2º 0.81% 0.97% -
XYZ 44 29.67 6.2 -
YUV 139.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 248 102 48 0 0.59 0.81 0.03 16.2 0.93 0.58
Hex F8 66 30 0 3B 51 3 10 5D 3A
Octal 370 146 60 0 73 121 3 20 135 72
Binary 11111000 1100110 110000 0 111011 1010001 11 10000 1011101 111010

Color Harmonies of #F86630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86630

Black with #F86630

Text Example


Text Example

White with #F86630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86630; }

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

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

background-color css

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

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

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

border-color css

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

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

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