Html Css Color HEX #F9690C Safety Orange

📋 copy color: '#F9690C'

red 249 ◦ green 105 ◦ blue 12

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

Shades of Safety Orange #F9690C

Tints of Safety Orange #F9690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

 BLUE value IS 12 (5.08% from 255) = 3.28%

R = 68.03%
G = 28.69%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9690C (or 0xF9690C) is known color: Safety Orange. HEX triplet: F9, 69 and 0C. RGB value is (249,105,12). Sum of RGB (Red+Green+Blue) = 249+105+12=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F9690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9690C is #0696F3. Grayscale: #898989. Windows color (decimal): -431860 or 813561. OLE color: 813561.

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

Color convert

RGB 249 105 12 -
CMYK 0 0.58 0.95 0.02
HSL 23.54º 0.95% 0.51% -
HSV(B) 23.54º 0.95% 0.98% -
XYZ 44.18 30.27 3.86 -
YUV 137.45 57.21 207.56 -
System Red Green Blue C M Y K H S L
Decimal 249 105 12 0 0.58 0.95 0.02 23.54 0.95 0.51
Hex F9 69 C 0 3A 5F 2 18 5F 33
Octal 371 151 14 0 72 137 2 30 137 63
Binary 11111001 1101001 1100 0 111010 1011111 10 11000 1011111 110011

Color Harmonies of #F9690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9690C

Black with #F9690C

Text Example


Text Example

White with #F9690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9690C; }

 p { color: rgb(249,105,12); }

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

background-color css

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

 a { background-color: rgb(249,105,12); }

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

border-color css

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

 span { border-color: rgb(249,105,12); }

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