Html Css Color HEX #F9610A Safety Orange

📋 copy color: '#F9610A'

red 249 ◦ green 97 ◦ blue 10

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

Shades of Safety Orange #F9610A

Tints of Safety Orange #F9610A

RGB

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

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

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

R = 69.94%
G = 27.25%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9610A (or 0xF9610A) is known color: Safety Orange. HEX triplet: F9, 61 and 0A. RGB value is (249,97,10). Sum of RGB (Red+Green+Blue) = 249+97+10=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F9610A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9610A is #069EF5. Grayscale: #858585. Windows color (decimal): -433910 or 680441. OLE color: 680441.

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

Color convert

RGB 249 97 10 -
CMYK 0 0.61 0.96 0.02
HSL 21.84º 0.95% 0.51% -
HSV(B) 21.84º 0.96% 0.98% -
XYZ 43.4 28.71 3.54 -
YUV 132.53 58.86 211.07 -
System Red Green Blue C M Y K H S L
Decimal 249 97 10 0 0.61 0.96 0.02 21.84 0.95 0.51
Hex F9 61 A 0 3D 60 2 16 5F 33
Octal 371 141 12 0 75 140 2 26 137 63
Binary 11111001 1100001 1010 0 111101 1100000 10 10110 1011111 110011

Color Harmonies of #F9610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9610A

Black with #F9610A

Text Example


Text Example

White with #F9610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9610A; }

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

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

background-color css

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

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

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

border-color css

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

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

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