Html Css Color HEX #F9680D Safety Orange

📋 copy color: '#F9680D'

red 249 ◦ green 104 ◦ blue 13

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

Shades of Safety Orange #F9680D

Tints of Safety Orange #F9680D

RGB

 RED value IS 249 (97.66% from 255) = 68.03%

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

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 68.03%
G = 28.42%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9680D (or 0xF9680D) is known color: Safety Orange. HEX triplet: F9, 68 and 0D. RGB value is (249,104,13). Sum of RGB (Red+Green+Blue) = 249+104+13=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F9680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9680D is #0697F2. Grayscale: #898989. Windows color (decimal): -432115 or 878841. OLE color: 878841.

HSL color Cylindrical-coordinate representation of color #F9680D: hue angle of 23.14º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9680D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 104 13 -
CMYK 0 0.58 0.95 0.02
HSL 23.14º 0.95% 0.51% -
HSV(B) 23.14º 0.95% 0.98% -
XYZ 44.09 30.07 3.86 -
YUV 136.98 58.04 207.9 -
System Red Green Blue C M Y K H S L
Decimal 249 104 13 0 0.58 0.95 0.02 23.14 0.95 0.51
Hex F9 68 D 0 3A 5F 2 17 5F 33
Octal 371 150 15 0 72 137 2 27 137 63
Binary 11111001 1101000 1101 0 111010 1011111 10 10111 1011111 110011

Color Harmonies of #F9680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9680D

Black with #F9680D

Text Example


Text Example

White with #F9680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9680D; }

 p { color: rgb(249,104,13); }

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

background-color css

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

 a { background-color: rgb(249,104,13); }

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

border-color css

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

 span { border-color: rgb(249,104,13); }

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