Html Css Color HEX #F8643F Outrageous Orange

📋 copy color: '#F8643F'

red 248 ◦ green 100 ◦ blue 63

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

Shades of Outrageous Orange #F8643F

Tints of Outrageous Orange #F8643F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.33%

R = 60.34%
G = 24.33%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8643F (or 0xF8643F) is known color: Outrageous Orange. HEX triplet: F8, 64 and 3F. RGB value is (248,100,63). Sum of RGB (Red+Green+Blue) = 248+100+63=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8643F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8643F is #079BC0. Grayscale: #8C8C8C. Windows color (decimal): -498625 or 4154616. OLE color: 4154616.

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

Color convert

RGB 248 100 63 -
CMYK 0 0.60 0.75 0.03
HSL 12º 0.93% 0.61% -
HSV(B) 12º 0.75% 0.97% -
XYZ 44.17 29.43 8.06 -
YUV 140.03 84.53 205.01 -
System Red Green Blue C M Y K H S L
Decimal 248 100 63 0 0.60 0.75 0.03 12 0.93 0.61
Hex F8 64 3F 0 3C 4B 3 C 5D 3D
Octal 370 144 77 0 74 113 3 14 135 75
Binary 11111000 1100100 111111 0 111100 1001011 11 1100 1011101 111101

Color Harmonies of #F8643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8643F

Black with #F8643F

Text Example


Text Example

White with #F8643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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