Html Css Color HEX #F8650C Safety Orange

📋 copy color: '#F8650C'

red 248 ◦ green 101 ◦ blue 12

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

Shades of Safety Orange #F8650C

Tints of Safety Orange #F8650C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

 BLUE value IS 12 (5.08% from 255) = 3.32%

R = 68.7%
G = 27.98%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8650C (or 0xF8650C) is known color: Safety Orange. HEX triplet: F8, 65 and 0C. RGB value is (248,101,12). Sum of RGB (Red+Green+Blue) = 248+101+12=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F8650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8650C is #079AF3. Grayscale: #878787. Windows color (decimal): -498420 or 812536. OLE color: 812536.

HSL color Cylindrical-coordinate representation of color #F8650C: hue angle of 22.63º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8650C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 101 12 -
CMYK 0 0.59 0.95 0.03
HSL 22.63º 0.94% 0.51% -
HSV(B) 22.63º 0.95% 0.97% -
XYZ 43.43 29.29 3.71 -
YUV 134.81 58.7 208.74 -
System Red Green Blue C M Y K H S L
Decimal 248 101 12 0 0.59 0.95 0.03 22.63 0.94 0.51
Hex F8 65 C 0 3B 5F 3 17 5E 33
Octal 370 145 14 0 73 137 3 27 136 63
Binary 11111000 1100101 1100 0 111011 1011111 11 10111 1011110 110011

Color Harmonies of #F8650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8650C

Black with #F8650C

Text Example


Text Example

White with #F8650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8650C; }

 p { color: rgb(248,101,12); }

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

background-color css

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

 a { background-color: rgb(248,101,12); }

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

border-color css

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

 span { border-color: rgb(248,101,12); }

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