Html Css Color HEX #F4680C Safety Orange

📋 copy color: '#F4680C'

red 244 ◦ green 104 ◦ blue 12

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

Shades of Safety Orange #F4680C

Tints of Safety Orange #F4680C

RGB

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

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

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

R = 67.78%
G = 28.89%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4680C (or 0xF4680C) is known color: Safety Orange. HEX triplet: F4, 68 and 0C. RGB value is (244,104,12). Sum of RGB (Red+Green+Blue) = 244+104+12=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F4680C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4680C is #0B97F3. Grayscale: #878787. Windows color (decimal): -759796 or 813300. OLE color: 813300.

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

Color convert

RGB 244 104 12 -
CMYK 0 0.57 0.95 0.04
HSL 23.79º 0.91% 0.5% -
HSV(B) 23.79º 0.95% 0.96% -
XYZ 42.32 29.16 3.75 -
YUV 135.37 58.38 205.48 -
System Red Green Blue C M Y K H S L
Decimal 244 104 12 0 0.57 0.95 0.04 23.79 0.91 0.5
Hex F4 68 C 0 39 5F 4 18 5B 32
Octal 364 150 14 0 71 137 4 30 133 62
Binary 11110100 1101000 1100 0 111001 1011111 100 11000 1011011 110010

Color Harmonies of #F4680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4680C

Black with #F4680C

Text Example


Text Example

White with #F4680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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