Html Css Color HEX #F9670D Safety Orange

📋 copy color: '#F9670D'

red 249 ◦ green 103 ◦ blue 13

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

Shades of Safety Orange #F9670D

Tints of Safety Orange #F9670D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

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

R = 68.22%
G = 28.22%
B = 3.56%

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

#F9670D (or 0xF9670D) is known color: Safety Orange. HEX triplet: F9, 67 and 0D. RGB value is (249,103,13). Sum of RGB (Red+Green+Blue) = 249+103+13=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F9670D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9670D is #0698F2. Grayscale: #888888. Windows color (decimal): -432371 or 878585. OLE color: 878585.

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

Color convert

RGB 249 103 13 -
CMYK 0 0.59 0.95 0.02
HSL 22.88º 0.95% 0.51% -
HSV(B) 22.88º 0.95% 0.98% -
XYZ 43.99 29.87 3.83 -
YUV 136.39 58.37 208.32 -
System Red Green Blue C M Y K H S L
Decimal 249 103 13 0 0.59 0.95 0.02 22.88 0.95 0.51
Hex F9 67 D 0 3B 5F 2 17 5F 33
Octal 371 147 15 0 73 137 2 27 137 63
Binary 11111001 1100111 1101 0 111011 1011111 10 10111 1011111 110011

Color Harmonies of #F9670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9670D

Black with #F9670D

Text Example


Text Example

White with #F9670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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