Html Css Color HEX #F85330 Outrageous Orange

📋 copy color: '#F85330'

red 248 ◦ green 83 ◦ blue 48

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

Shades of Outrageous Orange #F85330

Tints of Outrageous Orange #F85330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.9%

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

R = 65.44%
G = 21.9%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F85330 (or 0xF85330) is known color: Outrageous Orange. HEX triplet: F8, 53 and 30. RGB value is (248,83,48). Sum of RGB (Red+Green+Blue) = 248+83+48=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F85330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85330 is #07ACCF. Grayscale: #808080. Windows color (decimal): -502992 or 3167224. OLE color: 3167224.

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

Color convert

RGB 248 83 48 -
CMYK 0 0.67 0.81 0.03
HSL 10.5º 0.93% 0.58% -
HSV(B) 10.5º 0.81% 0.97% -
XYZ 42.34 26.36 5.65 -
YUV 128.35 82.66 213.35 -
System Red Green Blue C M Y K H S L
Decimal 248 83 48 0 0.67 0.81 0.03 10.5 0.93 0.58
Hex F8 53 30 0 43 51 3 A 5D 3A
Octal 370 123 60 0 103 121 3 12 135 72
Binary 11111000 1010011 110000 0 1000011 1010001 11 1010 1011101 111010

Color Harmonies of #F85330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85330

Black with #F85330

Text Example


Text Example

White with #F85330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85330; }

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

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

background-color css

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

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

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

border-color css

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

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

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