Html Css Color HEX #F9640D Safety Orange

📋 copy color: '#F9640D'

red 249 ◦ green 100 ◦ blue 13

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

Shades of Safety Orange #F9640D

Tints of Safety Orange #F9640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

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

R = 68.78%
G = 27.62%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9640D (or 0xF9640D) is known color: Safety Orange. HEX triplet: F9, 64 and 0D. RGB value is (249,100,13). Sum of RGB (Red+Green+Blue) = 249+100+13=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9640D is #069BF2. Grayscale: #878787. Windows color (decimal): -433139 or 877817. OLE color: 877817.

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

Color convert

RGB 249 100 13 -
CMYK 0 0.60 0.95 0.02
HSL 22.12º 0.95% 0.51% -
HSV(B) 22.12º 0.95% 0.98% -
XYZ 43.7 29.28 3.73 -
YUV 134.63 59.36 209.57 -
System Red Green Blue C M Y K H S L
Decimal 249 100 13 0 0.60 0.95 0.02 22.12 0.95 0.51
Hex F9 64 D 0 3C 5F 2 16 5F 33
Octal 371 144 15 0 74 137 2 26 137 63
Binary 11111001 1100100 1101 0 111100 1011111 10 10110 1011111 110011

Color Harmonies of #F9640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9640D

Black with #F9640D

Text Example


Text Example

White with #F9640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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