Html Css Color HEX #F9610B Safety Orange

📋 copy color: '#F9610B'

red 249 ◦ green 97 ◦ blue 11

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

Shades of Safety Orange #F9610B

Tints of Safety Orange #F9610B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.08%

R = 69.75%
G = 27.17%
B = 3.08%

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

#F9610B (or 0xF9610B) is known color: Safety Orange. HEX triplet: F9, 61 and 0B. RGB value is (249,97,11). Sum of RGB (Red+Green+Blue) = 249+97+11=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F9610B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9610B is #069EF4. Grayscale: #858585. Windows color (decimal): -433909 or 745977. OLE color: 745977.

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

Color convert

RGB 249 97 11 -
CMYK 0 0.61 0.96 0.02
HSL 21.68º 0.95% 0.51% -
HSV(B) 21.68º 0.96% 0.98% -
XYZ 43.4 28.71 3.57 -
YUV 132.64 59.36 210.99 -
System Red Green Blue C M Y K H S L
Decimal 249 97 11 0 0.61 0.96 0.02 21.68 0.95 0.51
Hex F9 61 B 0 3D 60 2 16 5F 33
Octal 371 141 13 0 75 140 2 26 137 63
Binary 11111001 1100001 1011 0 111101 1100000 10 10110 1011111 110011

Color Harmonies of #F9610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9610B

Black with #F9610B

Text Example


Text Example

White with #F9610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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