Html Css Color HEX #F9650D Safety Orange

📋 copy color: '#F9650D'

red 249 ◦ green 101 ◦ blue 13

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

Shades of Safety Orange #F9650D

Tints of Safety Orange #F9650D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.58%

R = 68.6%
G = 27.82%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9650D (or 0xF9650D) is known color: Safety Orange. HEX triplet: F9, 65 and 0D. RGB value is (249,101,13). Sum of RGB (Red+Green+Blue) = 249+101+13=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F9650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9650D is #069AF2. Grayscale: #878787. Windows color (decimal): -432883 or 878073. OLE color: 878073.

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

Color convert

RGB 249 101 13 -
CMYK 0 0.59 0.95 0.02
HSL 22.37º 0.95% 0.51% -
HSV(B) 22.37º 0.95% 0.98% -
XYZ 43.79 29.48 3.76 -
YUV 135.22 59.03 209.16 -
System Red Green Blue C M Y K H S L
Decimal 249 101 13 0 0.59 0.95 0.02 22.37 0.95 0.51
Hex F9 65 D 0 3B 5F 2 16 5F 33
Octal 371 145 15 0 73 137 2 26 137 63
Binary 11111001 1100101 1101 0 111011 1011111 10 10110 1011111 110011

Color Harmonies of #F9650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9650D

Black with #F9650D

Text Example


Text Example

White with #F9650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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