Html Css Color HEX #F9610F Safety Orange

📋 copy color: '#F9610F'

red 249 ◦ green 97 ◦ blue 15

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

Shades of Safety Orange #F9610F

Tints of Safety Orange #F9610F

RGB

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

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

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

R = 68.98%
G = 26.87%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9610F (or 0xF9610F) is known color: Safety Orange. HEX triplet: F9, 61 and 0F. RGB value is (249,97,15). Sum of RGB (Red+Green+Blue) = 249+97+15=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9610F is #069EF0. Grayscale: #858585. Windows color (decimal): -433905 or 1008121. OLE color: 1008121.

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

Color convert

RGB 249 97 15 -
CMYK 0 0.61 0.94 0.02
HSL 21.03º 0.95% 0.52% -
HSV(B) 21.03º 0.94% 0.98% -
XYZ 43.43 28.72 3.71 -
YUV 133.1 61.36 210.67 -
System Red Green Blue C M Y K H S L
Decimal 249 97 15 0 0.61 0.94 0.02 21.03 0.95 0.52
Hex F9 61 F 0 3D 5E 2 15 5F 34
Octal 371 141 17 0 75 136 2 25 137 64
Binary 11111001 1100001 1111 0 111101 1011110 10 10101 1011111 110100

Color Harmonies of #F9610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9610F

Black with #F9610F

Text Example


Text Example

White with #F9610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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