Html Css Color HEX #F9650A Safety Orange

📋 copy color: '#F9650A'

red 249 ◦ green 101 ◦ blue 10

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

Shades of Safety Orange #F9650A

Tints of Safety Orange #F9650A

RGB

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

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

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

R = 69.17%
G = 28.06%
B = 2.78%

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

#F9650A (or 0xF9650A) is known color: Safety Orange. HEX triplet: F9, 65 and 0A. RGB value is (249,101,10). Sum of RGB (Red+Green+Blue) = 249+101+10=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9650A is #069AF5. Grayscale: #878787. Windows color (decimal): -432886 or 681465. OLE color: 681465.

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

Color convert

RGB 249 101 10 -
CMYK 0 0.59 0.96 0.02
HSL 22.85º 0.95% 0.51% -
HSV(B) 22.85º 0.96% 0.98% -
XYZ 43.78 29.47 3.67 -
YUV 134.88 57.53 209.4 -
System Red Green Blue C M Y K H S L
Decimal 249 101 10 0 0.59 0.96 0.02 22.85 0.95 0.51
Hex F9 65 A 0 3B 60 2 17 5F 33
Octal 371 145 12 0 73 140 2 27 137 63
Binary 11111001 1100101 1010 0 111011 1100000 10 10111 1011111 110011

Color Harmonies of #F9650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9650A

Black with #F9650A

Text Example


Text Example

White with #F9650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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