Html Css Color HEX #F4680F Safety Orange

📋 copy color: '#F4680F'

red 244 ◦ green 104 ◦ blue 15

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

Shades of Safety Orange #F4680F

Tints of Safety Orange #F4680F

RGB

 RED value IS 244 (95.7% from 255) = 67.22%

 GREEN value IS 104 (41.02% from 255) = 28.65%

 BLUE value IS 15 (6.25% from 255) = 4.13%

R = 67.22%
G = 28.65%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4680F (or 0xF4680F) is known color: Safety Orange. HEX triplet: F4, 68 and 0F. RGB value is (244,104,15). Sum of RGB (Red+Green+Blue) = 244+104+15=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F4680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4680F is #0B97F0. Grayscale: #888888. Windows color (decimal): -759793 or 1009908. OLE color: 1009908.

HSL color Cylindrical-coordinate representation of color #F4680F: hue angle of 23.32º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4680F is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 104 15 -
CMYK 0 0.57 0.94 0.04
HSL 23.32º 0.91% 0.51% -
HSV(B) 23.32º 0.94% 0.96% -
XYZ 42.34 29.17 3.85 -
YUV 135.71 59.88 205.24 -
System Red Green Blue C M Y K H S L
Decimal 244 104 15 0 0.57 0.94 0.04 23.32 0.91 0.51
Hex F4 68 F 0 39 5E 4 17 5B 33
Octal 364 150 17 0 71 136 4 27 133 63
Binary 11110100 1101000 1111 0 111001 1011110 100 10111 1011011 110011

Color Harmonies of #F4680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4680F

Black with #F4680F

Text Example


Text Example

White with #F4680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4680F; }

 p { color: rgb(244,104,15); }

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

background-color css

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

 a { background-color: rgb(244,104,15); }

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

border-color css

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

 span { border-color: rgb(244,104,15); }

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