Html Css Color HEX #F0680A Safety Orange

📋 copy color: '#F0680A'

red 240 ◦ green 104 ◦ blue 10

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

Shades of Safety Orange #F0680A

Tints of Safety Orange #F0680A

RGB

 RED value IS 240 (94.14% from 255) = 67.8%

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

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 67.8%
G = 29.38%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0680A (or 0xF0680A) is known color: Safety Orange. HEX triplet: F0, 68 and 0A. RGB value is (240,104,10). Sum of RGB (Red+Green+Blue) = 240+104+10=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0680A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0680A is #0F97F5. Grayscale: #868686. Windows color (decimal): -1021942 or 682224. OLE color: 682224.

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

Color convert

RGB 240 104 10 -
CMYK 0 0.57 0.96 0.06
HSL 24.52º 0.92% 0.49% -
HSV(B) 24.52º 0.96% 0.94% -
XYZ 40.94 28.45 3.62 -
YUV 133.95 58.06 203.64 -
System Red Green Blue C M Y K H S L
Decimal 240 104 10 0 0.57 0.96 0.06 24.52 0.92 0.49
Hex F0 68 A 0 39 60 6 19 5C 31
Octal 360 150 12 0 71 140 6 31 134 61
Binary 11110000 1101000 1010 0 111001 1100000 110 11001 1011100 110001

Color Harmonies of #F0680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0680A

Black with #F0680A

Text Example


Text Example

White with #F0680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0680A; }

 p { color: rgb(240,104,10); }

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

background-color css

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

 a { background-color: rgb(240,104,10); }

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

border-color css

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

 span { border-color: rgb(240,104,10); }

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