Html Css Color HEX #F9610D Safety Orange

📋 copy color: '#F9610D'

red 249 ◦ green 97 ◦ blue 13

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

Shades of Safety Orange #F9610D

Tints of Safety Orange #F9610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.02%

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

R = 69.36%
G = 27.02%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9610D (or 0xF9610D) is known color: Safety Orange. HEX triplet: F9, 61 and 0D. RGB value is (249,97,13). Sum of RGB (Red+Green+Blue) = 249+97+13=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F9610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9610D is #069EF2. Grayscale: #858585. Windows color (decimal): -433907 or 877049. OLE color: 877049.

HSL color Cylindrical-coordinate representation of color #F9610D: hue angle of 21.36º 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 #F9610D is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 97 13 -
CMYK 0 0.61 0.95 0.02
HSL 21.36º 0.95% 0.51% -
HSV(B) 21.36º 0.95% 0.98% -
XYZ 43.41 28.72 3.64 -
YUV 132.87 60.36 210.83 -
System Red Green Blue C M Y K H S L
Decimal 249 97 13 0 0.61 0.95 0.02 21.36 0.95 0.51
Hex F9 61 D 0 3D 5F 2 15 5F 33
Octal 371 141 15 0 75 137 2 25 137 63
Binary 11111001 1100001 1101 0 111101 1011111 10 10101 1011111 110011

Color Harmonies of #F9610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9610D

Black with #F9610D

Text Example


Text Example

White with #F9610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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