Html Css Color HEX #F9650B Safety Orange

📋 copy color: '#F9650B'

red 249 ◦ green 101 ◦ blue 11

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

Shades of Safety Orange #F9650B

Tints of Safety Orange #F9650B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 68.98%
G = 27.98%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9650B (or 0xF9650B) is known color: Safety Orange. HEX triplet: F9, 65 and 0B. RGB value is (249,101,11). Sum of RGB (Red+Green+Blue) = 249+101+11=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9650B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9650B is #069AF4. Grayscale: #878787. Windows color (decimal): -432885 or 747001. OLE color: 747001.

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

Color convert

RGB 249 101 11 -
CMYK 0 0.59 0.96 0.02
HSL 22.69º 0.95% 0.51% -
HSV(B) 22.69º 0.96% 0.98% -
XYZ 43.78 29.47 3.7 -
YUV 134.99 58.03 209.32 -
System Red Green Blue C M Y K H S L
Decimal 249 101 11 0 0.59 0.96 0.02 22.69 0.95 0.51
Hex F9 65 B 0 3B 60 2 17 5F 33
Octal 371 145 13 0 73 140 2 27 137 63
Binary 11111001 1100101 1011 0 111011 1100000 10 10111 1011111 110011

Color Harmonies of #F9650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9650B

Black with #F9650B

Text Example


Text Example

White with #F9650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9650B; }

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

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

background-color css

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

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

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

border-color css

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

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

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